0
0
forked from toolshed/abra

fix: make test suite work again

This commit is contained in:
2023-02-08 11:11:39 +01:00
parent c03cf76702
commit fadafda0b8
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ func TestGetAllFoldersInDirectory(t *testing.T) {
}
func TestGetAllFilesInDirectory(t *testing.T) {
files, err := getAllFilesInDirectory(testFolder)
files, err := GetAllFilesInDirectory(testFolder)
if err != nil {
t.Fatal(err)
}