Skip to content

Commit d708dde

Browse files
committed
Update comment to match implementation
1 parent 1786d09 commit d708dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Zonemaster/Engine/Test/Address.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sub all {
5858
$ns_with_reverse = any { $_->tag eq q{NAMESERVERS_IP_WITH_REVERSE} } @results;
5959
}
6060

61-
# Perform ADDRESS03 if ADDRESS02 passed
61+
# Perform ADDRESS03 if ADDRESS02 passed or was skipped
6262
if ( $ns_with_reverse ) {
6363
push @results, $class->address03( $zone )
6464
if should_run_test( q{address03} );

0 commit comments

Comments
 (0)