diff --git a/test/Project.toml b/test/Project.toml index 3e97d1c9..49935b22 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ CoordRefSystems = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1" -Meshes = "0.53, 0.54, 0.55" +Meshes = "0.53, 0.54, 0.55, 0.56" SpecialFunctions = "2" StaticArrays = "1" TestItemRunner = "1" diff --git a/test/combinations.jl b/test/combinations.jl index 40f65d4d..65ace86f 100644 --- a/test/combinations.jl +++ b/test/combinations.jl @@ -504,7 +504,7 @@ end # Geometry a = π box = Box(Point(0, 0, 0), Point(a, a, a)) - hexahedron = Hexahedron(discretize(box).vertices...) + hexahedron = convert(Hexahedron, box) # Integrand & Solution function integrand(p::Meshes.Point)