Fix test failure message

The error message we reported if the test failed was incorrect.
pull/4153/head
mattjmcnaughton 7 years ago
parent d4205ea1da
commit e8b788dc4f

@ -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