From 64145efc4bf4ef959a84b89d5ca26bb81ee49f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Wed, 4 Sep 2024 16:39:01 +0200 Subject: [PATCH] Fix typo --- test/Product_test.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Product_test.jl b/test/Product_test.jl index b11be0074..14619605d 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