Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Sep 17, 2023
1 parent 37f949d commit 5b82e16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/carbon/tests/test_routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ 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']
)

0 comments on commit 5b82e16

Please sign in to comment.