Skip to content

Commit

Permalink
fixing test: using name instead of display_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbasov committed Jul 25, 2023
1 parent 2b9953b commit 5c703b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-quantum/tests/unit/test_microsoft_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ def test_estimator_batching_job(self):
specification1.logical_qubit_specification = physical_qubit_specification

specification2 = DistillationUnitSpecification()
specification2.name = "15-to-1 RM prep"
specification2.name = "15-1 RM"

specification3= DistillationUnitSpecification()
specification3.name = "15-to-1 space efficient"
specification3.name = "15-1 space-efficient"

params.items[0].distillation_unit_specifications = [specification1, specification2, specification3]

Expand Down

0 comments on commit 5c703b3

Please sign in to comment.