From c51cf37da23e11b0a0d163f2b362c3f4287a0fbb Mon Sep 17 00:00:00 2001 From: Alfredo Braunstein Date: Thu, 11 Apr 2024 14:29:30 +0200 Subject: [PATCH] another test --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index eff40dd..f6158dd 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -73,6 +73,7 @@ end y = sum(x) .- x c = Cavity(a); @test c == y + @test all(c[i] == y[i] for i in eachindex(c)) @test cavity(x, +, 0) |> first == y end