Skip to content

Commit 507892f

Browse files
committed
fix typo
1 parent 309a670 commit 507892f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core-test/quantum_objects.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
Gop_size = size(Gop)
262262
Gop_isherm = isherm(Gop)
263263
@test opstring ==
264-
"Quantum Object: type=Operator dims=$Gop_dims size=$Gop_size ishermitian=$Gop_isherm\n$datastring"
264+
"\nQuantum Object: type=Operator dims=$Gop_dims size=$Gop_size ishermitian=$Gop_isherm\n$datastring"
265265

266266
a = spre(a)
267267
opstring = sprint((t, s) -> show(t, "text/plain", s), a)

0 commit comments

Comments
 (0)