Skip to content

Commit

Permalink
fixing test count for widget
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Oct 12, 2010
1 parent 4d158a2 commit 58a6e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/001_load.t
Expand Up @@ -2,7 +2,7 @@

# t/001_load.t - check module loading and create testing directory

use Test::More tests => 4;
use Test::More tests => 1;

BEGIN {
use_ok( 'SDLx::Widget' );
Expand Down

0 comments on commit 58a6e75

Please sign in to comment.