1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00

Fixed unit test to provide more information about the failure

This commit is contained in:
Andy Grunwald 2016-11-04 20:48:26 +01:00
parent 11bb1a8b27
commit 542fcc2d46

View File

@ -636,7 +636,7 @@ func TestIssueFields_MarshalJSON_Success(t *testing.T) {
}
if !reflect.DeepEqual(i, recieved) {
t.Errorf("Recieved object different from expected")
t.Errorf("Recieved object different from expected. Expected %+v, recieved %+v", i, recieved)
}
}