Skip to content

Commit

Permalink
Update backend_test.py (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Oct 12, 2023
1 parent fe6f5f9 commit 0ddba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ def test_wasm_multivalue(
authenticated_quum_backend: QuantinuumBackend, language: Language
) -> None:
wasfile = WasmFileHandler(
str(Path(__file__).parent.parent / "wasm" / "multivalue2.wasm")
str(Path(__file__).parent.parent / "wasm" / "multivalue.wasm")
)
c = Circuit(8)
a = c.add_c_register("a", 4) # measurement results
Expand Down

0 comments on commit 0ddba65

Please sign in to comment.