Skip to content

Commit

Permalink
remove spurious print()
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddins-ibm committed Jul 2, 2024
1 parent b114315 commit 124e567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/python/primitives/containers/test_bit_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,5 +760,4 @@ def test_postselection(self):
for name, indices, selection, error in error_cases:
with self.subTest(dataname + "_" + name):
with self.assertRaises(error) as raised:
bit_array.postselect(indices, selection)
print(name, type(raised.exception))
bit_array.postselect(indices, selection)

0 comments on commit 124e567

Please sign in to comment.