diff test/Grids/manifolds_test.jl @ 1936:a7c9d04b57e0 feature/grids/manifolds

Stub out boundaries(::UnstructuredAtlas)
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 07 Feb 2025 13:36:17 +0100
parents 378d38bab1df
children 755fc0907e99
line wrap: on
line diff
--- a/test/Grids/manifolds_test.jl	Fri Feb 07 13:33:43 2025 +0100
+++ b/test/Grids/manifolds_test.jl	Fri Feb 07 13:36:17 2025 +0100
@@ -147,5 +147,7 @@
 end
 
 @testset "UnstructuredAtlas" begin
-    @test_broken false
+    @testset "boundaries" begin
+        @test_broken false
+    end
 end