Skip to content

Commit 971bca8

Browse files
committed
Fix typo
1 parent 6208d5b commit 971bca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Product_test.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
norm(qtn) 1
3030
end
3131
@test adjoint(qtn) isa Product
32-
@test socket(adjoint(qtn)) == State(; dual=true)
32+
@test socket(adjoint(qtn)) == Operator()
3333
end

0 commit comments

Comments
 (0)