Skip to content

Commit

Permalink
Fix box4d creation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Sep 28, 2024
1 parent 68c01fb commit edf0c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end

@testitem "Meshes.Box" setup=[Setup] begin
# Test for currently-unsupported >3D differentials
box4d = Box(Point(zeros(4)...), Point(ones(4))...)
box4d = Box(Point(zeros(4)...), Point(ones(4)...))
@test_throws "not supported" differential(box4d, fill(0.5, 4))
end

Expand Down

0 comments on commit edf0c77

Please sign in to comment.