diff --git a/test/Product_test.jl b/test/Product_test.jl index 87ec620c4..598b8336f 100644 --- a/test/Product_test.jl +++ b/test/Product_test.jl @@ -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