diff --git a/test/runtests.jl b/test/runtests.jl index 4d11cbb..c5f9473 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -6,8 +6,8 @@ using Test: @test, @test_throws, @testset, detect_ambiguities # test extension stubs before loading the extension @testset "exts" begin @test_throws String sino_plot_rays() - @test_throws String sino_geom_plot!() -# @test_throws String ct_geom_plot2!() +# @test_throws String sino_geom_plot!() + @test_throws String ct_geom_plot2!() @test_throws String ct_geom_plot3() # todo end