diff --git a/test/utils.jl b/test/utils.jl index 87ef390f..448d38de 100644 --- a/test/utils.jl +++ b/test/utils.jl @@ -31,7 +31,7 @@ end @test FiniteDifference().ε ≈ 1e-6 # Test jacobian with wrong number of parametric coordinates - box = Box(Point(0, 0), Point(a, a)) + box = Box(Point(0, 0), Point(1, 1)) @test_throws ArgumentError jacobian(box, zeros(3)) end