Skip to content

Commit 5c3e3ea

Browse files
implement missing method
1 parent 83ef446 commit 5c3e3ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/ScmBackup.Tests/FakeFileSystemHelper.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ class FakeFileSystemHelper : IFileSystemHelper
1111

1212
public List<string> DeletedDirectories { get; set; } = new List<string>();
1313

14+
public void CreateDirectory(string path)
15+
{
16+
throw new NotImplementedException();
17+
}
18+
1419
public string CreateSubDirectory(string mainDir, string subDir)
1520
{
1621
throw new NotImplementedException();

0 commit comments

Comments
 (0)