Skip to content

Commit

Permalink
Add test case to TestClosestInt for number 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Oct 25, 2015
1 parent a675e55 commit fce93c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ptypes/closestint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestClosestInt(t *testing.T) {
{0x0000000000000000, 0x0, false},
{0xffffffffffffffff, 0x0, false},
{0x01, 0x02, true},
{0x02, 0x01, true},
{0x03, 0x05, true},
{0x04, 0x02, true},
{0x05, 0x06, true},
Expand Down

0 comments on commit fce93c7

Please sign in to comment.