Skip to content

Commit

Permalink
Update test_kernel_translate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annagrin authored Sep 12, 2024
1 parent fb8bddb commit b0489e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/kernel/test_kernel_translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_translate_openqasm_loop():
assert "qreg var0[5];" in asm


def test_translate_openqasm_loop_():
def test_translate_openqasm_vector():
asm = cudaq.translate(kernel_vector, format="openqasm2")
assert "qreg var0[2];" in asm

Expand Down

0 comments on commit b0489e0

Please sign in to comment.