Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edyounis committed Sep 30, 2022
1 parent 1b1beff commit 3565054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/passes/partitioning/test_parts.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
params=os.listdir(os.path.join(os.path.dirname(__file__), '_data')),
ids=lambda qasm_file: os.path.splitext(os.path.basename(qasm_file))[0],
)
def big_qasm_files(request: Any) -> str:
def big_qasm_file(request: Any) -> str:
"""Provide location of a big qasm file."""
cur_dir = os.path.dirname(__file__)
path = os.path.join(cur_dir, '_data')
Expand Down

0 comments on commit 3565054

Please sign in to comment.