Merge 'reorganize_tests' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Setup.pm
index b327e48..833bebf 100755 (executable)
@@ -152,9 +152,4 @@ $schema->populate('Bookmark', [
   [ 1, 1 ]
 ]);
 
-$schema->populate('Event', [
-  [ qw/id starts_at/ ],
-  [ 1, '2006-04-25 22:24:33' ],
-]);
-
 1;