Fix test failure message

The error message we reported if the test failed was incorrect.
pull/4207/head
mattjmcnaughton 7 years ago committed by Sebastien Plisson
parent 13ebd373ec
commit 2e7c71314d

@ -134,7 +134,7 @@ func TestRun(t *testing.T) {
} }
if result2.Status != release.TestRun_FAILURE { if result2.Status != release.TestRun_FAILURE {
t.Errorf("Expected test result to be successful, got: %v", result2.Status) t.Errorf("Expected test result to be failure, got: %v", result2.Status)
} }
} }

Loading…
Cancel
Save