Skip to content

Commit

Permalink
Merge 5ac08c3 into 7b70699
Browse files Browse the repository at this point in the history
  • Loading branch information
d4l3k authored Dec 13, 2016
2 parents 7b70699 + 5ac08c3 commit d2934bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messagediff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ func TestPrettyDiff(t *testing.T) {
},
{
time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC),
time.Time{},
"modified: .loc = (*time.Location)(nil)\nmodified: .sec = 0\n",
time.Date(1, 1, 1, 0, 0, 0, 0, time.UTC),
"modified: .sec = 0\n",
false,
},
}
Expand Down

0 comments on commit d2934bb

Please sign in to comment.