Skip to content

Commit

Permalink
sick it works
Browse files Browse the repository at this point in the history
  • Loading branch information
BK1031 committed Apr 16, 2024
1 parent 83e793e commit b13e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rigby/tests/utils/generator_test.py
Original file line number Diff line number Diff line change
@@ -24,4 +24,4 @@ def test_smart_rand():
assert Valgen.smart_rand(0, 2, 0, 1) in [0, 1, 2, 3]
assert Valgen.smart_rand(1, 2, 1, 1) in [0, 1, 2, 3]
assert Valgen.smart_rand(2, 2, 20, 1) in [1, 2, 3]
assert Valgen.smart_rand(-1, 1, -20, 1) in []
assert Valgen.smart_rand(-1, 1, -20, 1) in [-1, 0, 1, 2]

0 comments on commit b13e25d

Please sign in to comment.