mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-12-01 22:30:28 +02:00
Fixed typos
This commit is contained in:
@@ -651,7 +651,7 @@ func TestIssueFields_MarshalJSON_Success(t *testing.T) {
|
||||
}
|
||||
|
||||
received := new(IssueFields)
|
||||
// the order of json might be different. so unmarshal it again and comapre objects
|
||||
// the order of json might be different. so unmarshal it again and compare objects
|
||||
err = json.Unmarshal(bytes, received)
|
||||
if err != nil {
|
||||
t.Errorf("Expected nil err, received %s", err)
|
||||
|
||||
Reference in New Issue
Block a user