Skip to content

Commit

Permalink
Update 01_attr.t
Browse files Browse the repository at this point in the history
  • Loading branch information
elektron-bbs committed Oct 22, 2024
1 parent 5943e50 commit e358b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/FHEM/14_SD_UT/01_attr.t
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ InternalTimer(time()+0.4, sub {

subtest qq[Change module with hexlength 3 with attribute] => sub {
plan(18);
for my $v (qw(Buttons_five Buttons_six RH787T SA_434_1_mini Unitec_47031 CAME_TOP_432EV TR401 Novy_840029 Novy_840039 BeEasy_TX)) {
for my $v (qw(Buttons_five Buttons_six RH787T SA_434_1_mini Unitec_47031 CAME_TOP_432EV TR401 Novy_840029 Novy_840039)) {
$defs{$sensorname}{bitMSG} = undef;
CommandAttr(undef,qq[$sensorname $attr $v]);
isnt($attr{$sensorname}{$attr}, $v, qq[check attribute $attr is not $v]);
Expand Down

0 comments on commit e358b15

Please sign in to comment.