Skip to content

Commit

Permalink
restoring previous docstring that was changed accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderivrii committed Dec 26, 2024
1 parent 544ccaf commit b905f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/quantum_info/operators/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_fixed_seed(self):
self.assertEqual(value1, value2)

def test_not_global_seed(self):
"""Test fixing random_seed is locally scoped."""
"""Test fixing random_hermitian seed is locally scoped."""
seed = 314159
test_cases = 100
random_hermitian(2, seed=seed)
Expand Down

0 comments on commit b905f65

Please sign in to comment.