Commit e8b788dc authored by mattjmcnaughton's avatar mattjmcnaughton

Fix test failure message

The error message we reported if the test failed was incorrect.
parent d4205ea1
......@@ -134,7 +134,7 @@ func TestRun(t *testing.T) {
}
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)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment