1
0
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:
Andy Grunwald
2017-05-01 15:03:03 +02:00
parent 69e7535b62
commit 880a13c107
6 changed files with 29 additions and 29 deletions

View File

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