Skip to content

Commit

Permalink
fix test for ci friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Aug 15, 2017
1 parent 25c131a commit 2d50b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/atom_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ func TestParse(t *testing.T) {
feed, err := Parse(f)
assert.NoError(t, err)

assert.Equal(t, feed.Entries[0].Edited.String(), "2014-11-20 23:48:59 +0900 JST")
assert.Equal(t, feed.Entries[0].Edited.UTC().String(), "2014-11-20 14:48:59 +0000 UTC")
}

0 comments on commit 2d50b20

Please sign in to comment.