From 87d28400a1521863a4bcbc35fc4dd34c909e13a4 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sun, 7 Jan 2024 16:24:54 -0600 Subject: [PATCH] Keep non-exported test No need to delete this test --- test/interpolations.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/interpolations.jl b/test/interpolations.jl index fcab097..a76cd10 100644 --- a/test/interpolations.jl +++ b/test/interpolations.jl @@ -34,6 +34,7 @@ end @testset "box_extrapolation" begin + @test_throws UndefVarError box_extrapolation @test typeof(ImageTransformations.box_extrapolation) <: Function img = rand(Gray{N0f8}, 2, 2)