diff --git a/lib/carbon/tests/test_routers.py b/lib/carbon/tests/test_routers.py index 959ab89d..8d05a37a 100644 --- a/lib/carbon/tests/test_routers.py +++ b/lib/carbon/tests/test_routers.py @@ -52,5 +52,4 @@ def testBasic(self): for destination in DESTINATIONS: router.addDestination(parseDestination(destination)) - self.assertEqual(len(list(router.getDestinations('foo.bar'))), - settings['REPLICATION_FACTOR']) + self.assertEqual(len(list(router.getDestinations('foo.bar'))), settings['REPLICATION_FACTOR'])