Skip to content

Commit

Permalink
hotfix: octave test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Mar 21, 2024
1 parent 4039b54 commit 3e9320f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/components/test_octave.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def test_channel_add_RF_outputs(octave):
expected_cfg_elements = {
"ch": {
"intermediate_frequency": 0.0,
"RF_outputs": {"port": ("octave1", 2)},
"RF_inputs": {"port": ("octave1", 2)},
"operations": {},
}
}
Expand Down Expand Up @@ -313,8 +313,8 @@ def test_channel_add_RF_inputs(octave):
expected_cfg_elements = {
"ch": {
"intermediate_frequency": 0.0,
"RF_outputs": {"port": ("octave1", 3)},
"RF_inputs": {"port": ("octave1", 4)},
"RF_inputs": {"port": ("octave1", 3)},
"RF_outputs": {"port": ("octave1", 4)},
"operations": {},
"smearing": 0,
"time_of_flight": 24,
Expand Down

0 comments on commit 3e9320f

Please sign in to comment.