Skip to content

Commit

Permalink
2019.01.14 v1.1.6, update unittest for gen_float_by_range
Browse files Browse the repository at this point in the history
  • Loading branch information
mindjun committed Jan 14, 2019
1 parent f30ce19 commit 293b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_random.py
Expand Up @@ -50,7 +50,7 @@ def test_gen_float_by_range_02(self):
with pytest.raises(ValueError):
gen_float_by_range(1, '9')
with pytest.raises(ValueError):
gen_float_by_range(1, 9, decimals='12')
gen_float_by_range(1.0, 9.5, decimals='12')

# test get_random_zone_name() tc
def test_get_random_zone_name_01(self):
Expand Down

0 comments on commit 293b800

Please sign in to comment.