Skip to content

Commit

Permalink
cc1101/01_func.t (#1008)
Browse files Browse the repository at this point in the history
fix a warning in tests
  • Loading branch information
sidey79 committed Aug 14, 2021
1 parent 32f966a commit e7d9da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/FHEM/cc1101/01_func.t
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ InternalTimer(time(), sub {
is(cc1101::SetPatable($targetHash,@paval),U(),q[verify return]);
is($targetHash->{QUEUE},array {
item 'x03';
etc();
} ,q[Verify expected queue element entrys]);
@{$targetHash->{QUEUE}}=();
};
Expand Down Expand Up @@ -196,7 +197,7 @@ InternalTimer(time(), sub {
# sub input: HASH(0x1b29c88), 0B, 270
# sub output: 6B,270
plan(1);
my @ret = cc1101::CalcbWidthReg($targetHash,qw(0B 270]));
my @ret = cc1101::CalcbWidthReg($targetHash,qw(0B 270));
is([$ret[0],$ret[1]],array {
item '6b';
item '270';
Expand Down

0 comments on commit e7d9da0

Please sign in to comment.