Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
abraunst committed Apr 11, 2024
1 parent 0086453 commit c51cf37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c51cf37

Please sign in to comment.