Skip to content

Commit

Permalink
Change naming of testing utils file to be more specific for gate mode…
Browse files Browse the repository at this point in the history
…l only
  • Loading branch information
avawang1 committed Jun 5, 2020
1 parent 849a728 commit 8d44012
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integ_tests/test_local_braket_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import pytest
from braket.devices import LocalSimulator
from device_run_testing_utils import (
from gate_model_device_testing_utils import (
no_result_types_bell_pair_testing,
qubit_ordering_testing,
result_types_all_selected_testing,
Expand Down
2 changes: 1 addition & 1 deletion test/integ_tests/test_simulator_quantum_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import pytest
from braket.aws import AwsQuantumSimulator, AwsQuantumSimulatorArns
from device_run_testing_utils import (
from gate_model_device_testing_utils import (
no_result_types_bell_pair_testing,
qubit_ordering_testing,
result_types_bell_pair_full_probability_testing,
Expand Down

0 comments on commit 8d44012

Please sign in to comment.