We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ef446 commit 5c3e3eaCopy full SHA for 5c3e3ea
1 file changed
src/ScmBackup.Tests/FakeFileSystemHelper.cs
@@ -11,6 +11,11 @@ class FakeFileSystemHelper : IFileSystemHelper
11
12
public List<string> DeletedDirectories { get; set; } = new List<string>();
13
14
+ public void CreateDirectory(string path)
15
+ {
16
+ throw new NotImplementedException();
17
+ }
18
+
19
public string CreateSubDirectory(string mainDir, string subDir)
20
{
21
throw new NotImplementedException();
0 commit comments