Skip to content

Commit

Permalink
Remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JshWright committed May 21, 2014
1 parent 3e576b7 commit e120e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uuid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ func TestTimeUUID(t *testing.T) {
func TestUnmarshalJSON(t *testing.T) {
var withHyphens, withoutHypens, tooLong UUID

// With hyphens
withHyphens.UnmarshalJSON([]byte(`"486f3a88-775b-11e3-ae07-d231feb1dc81"`))
if withHyphens.Time().Truncate(time.Second) != time.Date(2014, 1, 7, 5, 19, 29, 0, time.UTC) {
t.Errorf("Expected date of 1/7/2014 at 5:19:29, got %v", withHyphens.Time())
Expand Down

0 comments on commit e120e82

Please sign in to comment.