Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Dec 16, 2024
1 parent 5918e6d commit 0f4c647
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,8 @@ def test_metrics(self, check_gauge=True, check_bounded_trie=False):
.with_name('bounded_trie'))['bounded_tries']
self.assertEqual(bounded_trie.committed.size(), 2)
for element in elements:
self.assertTrue(bounded_trie.committed.contains(tuple(element)), element)
self.assertTrue(
bounded_trie.committed.contains(tuple(element)), element)

def test_callbacks_with_exception(self):
elements_list = ['1', '2']
Expand Down

0 comments on commit 0f4c647

Please sign in to comment.