Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Jun 1, 2007
1 parent 74d5220 commit 2bc878b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/01-use.t
@@ -1,6 +1,7 @@
use Test::More tests => 2;
use Test::More tests => 3;

BEGIN {
use_ok( 'DBIx::Class::Indexed' );
use_ok( 'DBIx::Class::Indexer' );
use_ok( 'DBIx::Class::ResultSet::Indexer' );
}

0 comments on commit 2bc878b

Please sign in to comment.