Skip to content

Commit c7a5a90

Browse files
Merge pull request GoogleCloudPlatform#4828 from GoogleCloudPlatform/acpana/hotfix
tests:fix: ret allCases
2 parents 1408a75 + 1a21e25 commit c7a5a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/test/resourcefixture/resourcefixture.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ func LoadWithPathFilter(t *testing.T, pathFilter func(path string) bool, lightFi
120120
if heavyFilterFunc != nil && !heavyFilterFunc(rf) {
121121
return nil
122122
}
123+
allCases = append(allCases, rf)
123124
}
124125

125126
return nil

0 commit comments

Comments
 (0)