Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Apr 14, 2022
1 parent cef1115 commit b95ffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_ibm_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def setUpClass(

cls.provider = dependencies.provider
cls.sim_backend = dependencies.provider.get_backend(
"ibmq_qasm_simulator", intsnace=dependencies.instance
"ibmq_qasm_simulator", instance=dependencies.instance
)
cls.real_device_backend = backend
cls.dependencies = dependencies
Expand Down

0 comments on commit b95ffa2

Please sign in to comment.