Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theHenks committed Nov 9, 2023
1 parent 940f6ee commit 9692882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_legend_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ include("testing_utils.jl")
# ToDo: Make type-stable:
@test #=@inferred=#(channel_info(l200, filekey)) isa StructArray
chinfo = channel_info(l200, filekey)
@test all(filterby(@pf $processable && $usability)(chinfo).processable)
@test all(filterby(@pf $processable && $usability)(chinfo).usability)
@test all(filterby(@pf $processable && $usability == :on)(chinfo).processable)
@test all(filterby(@pf $processable && $usability == :on)(chinfo).usability .== :on)
end

0 comments on commit 9692882

Please sign in to comment.