Skip to content

Commit

Permalink
remove unnessecary mock
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjaskula-aws committed Feb 8, 2024
1 parent d89b7dd commit 948aa99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/providers/mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,7 @@
"actionType": "braket.ir.jaqcd.program",
"version": ["1"],
"supportedOperations": ["H", "CNOT"],
},
"braket.ir.openqasm.program": {
"actionType": "braket.ir.openqasm.program",
"version": ["1"],
"supportedOperations": ["H", "CNOT"],
},
}
},
"paradigm": {"qubitCount": 30},
"deviceParameters": {},
Expand Down

0 comments on commit 948aa99

Please sign in to comment.