file interface

This commit is contained in:
2024-05-03 15:24:16 -06:00
parent 9bae17a2a6
commit 7bb4744f5c
11 changed files with 21 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ using NUnit.Framework.Internal;
public class FileStorageTests
{
private FileStorageManager fileManager { get; set; }
private IFileStorageManager fileManager { get; set; }
private static string setupTempDirectory()