Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Sep 4, 2024
1 parent 209430a commit 64145ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Product_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
norm(qtn) 1
end
@test adjoint(qtn) isa Product
@test socket(adjoint(qtn)) == State(; dual=true)
@test socket(adjoint(qtn)) == Operator()
end

0 comments on commit 64145ef

Please sign in to comment.