Skip to content

Commit

Permalink
Tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyco committed Jun 22, 2021
1 parent 02aa8fe commit b13123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion random_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestRandom_Int64(t *testing.T) {

n, err := rand.New().Int64(10)

assert.Greater(t, n, int64(0))
assert.GreaterOrEqual(t, n, int64(0))
assert.Less(t, n, int64(10))
assert.NoError(t, err)
})
Expand Down

0 comments on commit b13123a

Please sign in to comment.