Test cleanups
[dbsrgits/DBIx-Class.git] / t / relationship / update_or_create_single.t
index 63ae4b1..1675525 100644 (file)
@@ -7,8 +7,7 @@ use DBICTest;
 
 my $schema = DBICTest->init_schema();
 
-#plan tests => 4;
-plan 'no_plan';
+plan tests => 9;
 
 my $artist = $schema->resultset ('Artist')->first;