Skip to content

Commit 6575f20

Browse files
committed
Minor clean up of print statement in test
1 parent f5cb0df commit 6575f20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

st2reactor/tests/unit/test_partitioners.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ def test_default_partitioner(self):
4949
provider = get_sensors_partitioner()
5050
sensors = provider.get_sensors()
5151

52-
print(sensors)
53-
5452
self.assertEqual(len(sensors), len(FIXTURES_1['sensors']),
5553
'Failed to provider all sensors')
5654

0 commit comments

Comments
 (0)