Skip to content

Commit

Permalink
Keep non-exported test
Browse files Browse the repository at this point in the history
No need to delete this test
  • Loading branch information
timholy authored Jan 7, 2024
1 parent 7589056 commit 87d2840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/interpolations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 87d2840

Please sign in to comment.