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:
parent
11bb1a8b27
commit
542fcc2d46
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user