Skip to content

Commit

Permalink
add missing desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Dec 7, 2009
1 parent b6b450c commit b6f86b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/valid-methods.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ my $detection_method_count = scalar( Log::Any->logging_methods() );

foreach my $log (@logs) {
foreach my $method ( Log::Any->detection_methods() ) {
ok( !$log->$method );
ok( !$log->$method, "!$method" );
}
foreach my $method ( Log::Any->logging_methods() ) {
ok( $log->$method("") || 1, "$method runs" );
Expand Down

0 comments on commit b6f86b1

Please sign in to comment.