Merge pull request #4153 from mattjmcnaughton/mattjmcnaughton/fix-test-failure-message

Fix test failure message
pull/4159/head
Matthew Fisher 7 years ago committed by GitHub
commit f296e37782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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