Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
splch committed Apr 16, 2024
1 parent f4d326c commit 49c37b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,11 @@ def mock_submit_job(*args):
"gate": "ms",
"targets": [1, 2],
"phases": [0.2, 0.3],
"rotation": 0.25,
"angle": 0.25,
}
assert dev.job["input"]["circuit"][3] == {
"gate": "ms",
"targets": [1, 2],
"phases": [0.4, 0.5],
"rotation": 0.1,
"angle": 0.1,
}

0 comments on commit 49c37b8

Please sign in to comment.