We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1554be3 commit 59723b8Copy full SHA for 59723b8
pkg/lib/indexer/indexer_test.go
@@ -126,6 +126,7 @@ func TestBuildContext(t *testing.T) {
126
// prevent regression - cleanup should never be nil
127
t.Fatal("buildContext returned nil cleanup function")
128
}
129
+ defer actualCleanup()
130
131
if testCase.expectedOutDockerfile != nil && actualOutDockerfile != *testCase.expectedOutDockerfile {
132
t.Fatalf("comparing outDockerfile: expected %v actual %v",
0 commit comments