Skip to content

Commit

Permalink
add test to NumericDate (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Apr 12, 2021
1 parent 7521642 commit d02bb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numeric_date_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func TestNumericDateUnmarshalMalformed(t *testing.T) {
f(`["admin",123]`)
f(`{}`)
f(`[]`)
f(`1e+309`)
}

func asNumericDate(n int64) NumericDate {
Expand Down

0 comments on commit d02bb92

Please sign in to comment.