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 7fd5ec0 commit 37f949d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/carbon/tests/test_routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])

0 comments on commit 37f949d

Please sign in to comment.