Skip to content

Commit

Permalink
Yes, I'm fixing again the passmanager config test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Jan 31, 2024
1 parent ec79bed commit ae3ebb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/python/transpiler/test_passmanager_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_str(self):
routing_method: None
translation_method: None
scheduling_method: None
instruction_durations:
instruction_durations:
backend_properties: None
approximation_degree: None
seed_transpiler: None
Expand All @@ -126,6 +126,6 @@ def test_str(self):
measure
delay
reset
"""
self.assertEqual(str_out, expected)

0 comments on commit ae3ebb8

Please sign in to comment.