Skip to content

Commit

Permalink
Merge branch 'master' into rm-ModRSL
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Jan 9, 2022
2 parents 1f606c0 + cf1f65c commit b3e678c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions t/FHEM/00_SIGNALduino/00_SIGNALduino_initialize.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ InternalTimer(time(), sub {
my @rfmodes = split (",",$attrRFmodes);

# Itmes must be in sorted order
is(\@rfmodes,array {
is(\@rfmodes,bag {
item 'rfmode:Avantek';
item 'Bresser_5in1';
item 'Bresser_6in1';
Expand All @@ -32,9 +32,7 @@ InternalTimer(time(), sub {
item 'Lacrosse_mode2';
item 'PCA301';
item 'Rojaflex';
item 'SlowRF';

etc();
item 'SlowRF';
}
,q[Test rfmodes and order]);

Expand Down

0 comments on commit b3e678c

Please sign in to comment.