Skip to content

Commit 2e9f8e6

Browse files
committed
fix test
1 parent c2d90ea commit 2e9f8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525
@test bit.name == qasm_id("qreg")
2626
@test bit.address === nothing
2727

28-
@test bit = Bit("qreg", 2)
28+
bit = Bit("qreg", 2)
2929
@test bit.name == qasm_id("qreg")
3030
@test bit.address == qasm_int(2)
3131
end

0 commit comments

Comments
 (0)