Skip to content

Commit

Permalink
improved a test
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-motamedi committed Nov 1, 2024
1 parent cab440d commit 3deed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lab_dev/test_transformations/test_phasenoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TestPhaseNoise:
def test_init(self):
"Tests the PhaseNoise initialization."
ch = PhaseNoise([0, 1], 0.2)
assert ch.name == "PhN"
assert ch.name == "PhaseNoise"
assert ch.phase_stdev.value == 0.2
assert ch.modes == [0, 1]
assert ch.ansatz == None
Expand Down

0 comments on commit 3deed8a

Please sign in to comment.