Skip to content

Commit c56f286

Browse files
committed
Test Cases
1 parent af5ada4 commit c56f286

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ roi = [
3232
@test all([!isnothing(match(r"LC08_L2SP_04[23]02[34]_2020", x)) for x in results_2.Name])
3333
@test length(results_2.Name) == 6
3434

35+
# Test Filters with Nothing Values
36+
@test isnothing(LE.acquisition_filter(nothing))
37+
@test isnothing(LE.spatial_filter(nothing))
38+
@test isnothing(LE.cloud_filter(nothing))
39+
3540
# Test Scene and Entity ID
3641
scene_id = results_2.Name |> first
3742
entity_id = results_2.Id |> first

0 commit comments

Comments
 (0)