Skip to content

Commit

Permalink
Update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Feb 5, 2024
1 parent a378150 commit a3f4c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/test/ibm_provider_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def mock_get_backend(backend):
if not hasattr(backend_mocks, backend):
raise NameError(
"The specified backend name is not a valid backend from "
"qiskit.provider.fake_provider"
"qiskit.providers.fake_provider"
)
print(backend_mocks, backend, getattr(backend_mocks, backend))
fake_backend = getattr(backend_mocks, backend)()
Expand Down

0 comments on commit a3f4c3a

Please sign in to comment.