Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Dec 14, 2024
1 parent 71215f1 commit d2eff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end

# Two-argument jacobian
segment = Segment(Point(0), Point(1))
@test MeshIntegrals.jacobian(segment, (0.5,)) == Vec(1)
@test MeshIntegrals.jacobian(segment, (0.5,)) == (Vec(1),)

# Test jacobian with wrong number of parametric coordinates
box = Box(Point(0, 0), Point(1, 1))
Expand Down

0 comments on commit d2eff83

Please sign in to comment.