Skip to content

Commit

Permalink
Fix the goofy test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Apr 5, 2017
1 parent fa2c2cb commit b3fd59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/install_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def test_set_invalid_sample_probability(self):
influxdb.install()
with self.assertRaises(ValueError):
influxdb.set_sample_probability(2.0)
with self.assertRaises(ValueError):
influxdb.set_sample_probability(-1.0)


Expand Down

0 comments on commit b3fd59d

Please sign in to comment.