Skip to content

Commit

Permalink
Update cirq-rigetti/cirq_rigetti/service_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pavol Juhas <pavol.juhas@gmail.com>
  • Loading branch information
jselig-rigetti and pavoljuhas authored Jun 11, 2024
1 parent 41c49f5 commit 34641c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cirq-rigetti/cirq_rigetti/service_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def test_get_rigetti_qcs_service():
assert service._quantum_computer.name == '9q-square-qvm'


@pytest.mark.rigetti_integration
@patch('cirq_rigetti.service.QCSClient')
@patch('cirq_rigetti.service.list_quantum_processors')
def test_list_quantum_processors(mock_list_quantum_processors, MockQCSClient):
Expand Down

0 comments on commit 34641c4

Please sign in to comment.