diff test/Grids/tensor_grid_test.jl @ 1252:c150eabaf656 refactor/grids

Fix or mark tests broken where needed
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 22 Feb 2023 12:47:08 +0100
parents 6323d2fe3b4f
children a4ddae8b5d49
line wrap: on
line diff
--- a/test/Grids/tensor_grid_test.jl	Wed Feb 22 12:45:31 2023 +0100
+++ b/test/Grids/tensor_grid_test.jl	Wed Feb 22 12:47:08 2023 +0100
@@ -3,4 +3,12 @@
 
 @testset "TensorGrid" begin
     @test_broken false
+
+
+    @testset "restrict" begin
+        @test_broken restrict(g, 1:2) == nothing
+        @test_broken restrict(g, 2:3) == nothing
+        @test_broken restrict(g, [1,3]) == nothing
+        @test_broken restrict(g, [2,1]) == nothing
+    end
 end