Skip to content

Commit f14f6a9

Browse files
sreyajohnstcn
andauthored
Update integration/integrationtest/docker.go
Co-authored-by: Cian Johnston <[email protected]>
1 parent 8db6f91 commit f14f6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/integrationtest/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func RunEnvbox(t *testing.T, pool *dockertest.Pool, conf *CreateDockerCVMConfig)
111111
})
112112

113113
success := waitForCVM(t, pool, resource)
114-
require.Equal(t, success, !conf.ExpectFailure, "expected success=%v but detected %v", !conf.ExpectFailure, success)
114+
require.Equal(t, !conf.ExpectFailure, success, "expected success=%v but detected %v", !conf.ExpectFailure, success)
115115

116116
return resource
117117
}

0 commit comments

Comments
 (0)