Skip to content

Commit 9670087

Browse files
committed
updated fakefiles
1 parent e30c1a2 commit 9670087

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/fakefiles.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ func (f *FakeFiles) CreateDir(a, b string) (string, error) {
116116
return b, nil
117117
}
118118

119+
// Clear satisfies DirCreator
120+
func (f *FakeFiles) Clear() error {
121+
return nil
122+
}
123+
119124
// ListFilesAndFolders satisfies DirExplorer
120125
func (f *FakeFiles) ListFilesAndFolders(relpath string) ([]string, []string, error) {
121126
// ignore non json files. i don't think they Matter

0 commit comments

Comments
 (0)