tightened up deep search_related
[dbsrgits/DBIx-Class.git] / t / 68inflate.t
index 3906a02..41cf8c8 100644 (file)
@@ -5,7 +5,8 @@ use Test::More;
 use lib qw(t/lib);
 use DBICTest;
 
-my $schema = DBICTest::init_schema();
+DBICTest::Schema::CD->add_column('year');
+my $schema = DBICTest->init_schema();
 
 eval { require DateTime };
 plan skip_all => "Need DateTime for inflation tests" if $@;