test: make them work again

This commit is contained in:
2021-12-23 01:06:56 +01:00
parent db453f0ab1
commit 7a5aa1b005
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ var expectedAppFiles = map[string]AppFile{
// var expectedServerNames = []string{"evil.corp"}
func TestGetAllFoldersInDirectory(t *testing.T) {
folders, err := getAllFoldersInDirectory(testFolder)
folders, err := GetAllFoldersInDirectory(testFolder)
if err != nil {
t.Fatal(err)
}