Skip to content

Commit

Permalink
Remove broken test left in by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lancew committed Jun 24, 2017
1 parent 5872bb0 commit 8b10d85
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions t/00-Basic.t
Expand Up @@ -25,16 +25,6 @@ subtest competitor_best_results => sub {
is $results->[0]{competition}, 'Grand Slam Paris 2013', 'Returns results OK';
};

subtest general => sub {
my $api = $CLASS->new();

my $info = $api->general->ping;

warn $info;

ok 1;
};

done_testing;

=pod
Expand Down

0 comments on commit 8b10d85

Please sign in to comment.