Skip to content

Commit

Permalink
Normalize file endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike.lifeguard committed Jun 10, 2012
1 parent a5f3e3e commit b44d34f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion t/00-init.t
Expand Up @@ -79,4 +79,3 @@ subtest 'no assert' => sub {
});
ok( not exists $bot->{assert} ) or diag explain $bot;
};

2 changes: 1 addition & 1 deletion t/19-get_pages.t
Expand Up @@ -28,4 +28,4 @@ like( $result->{'Wikipedia:What Test Wiki is not'}, qr/Wikipedia/, '[[Wikip

# Do tests again with array
my $repeat = $bot->get_pages(@pages);
is_deeply($repeat, $result, 'Array and Arrayref return the same data');
is_deeply($repeat, $result, 'Array and Arrayref return the same data');

0 comments on commit b44d34f

Please sign in to comment.