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 de324dc commit 057d3c3Copy full SHA for 057d3c3
staging/operator-registry/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