X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F68inflate.t;h=3aa428da29af504734601187461fd4859eb21bf5;hb=40b2fcfe2daed009b1bd78d78f851937b333a149;hp=23b81af16e5f5fa35f27ebcec59365929bfe264e;hpb=07d4fb20767e8115583a9537bf6a46531919442e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/68inflate.t b/t/68inflate.t index 23b81af..3aa428d 100644 --- a/t/68inflate.t +++ b/t/68inflate.t @@ -10,7 +10,7 @@ my $schema = DBICTest->init_schema(); eval { require DateTime }; plan skip_all => "Need DateTime for inflation tests" if $@; -plan tests => 20; +plan tests => 21; $schema->class('CD') #DBICTest::Schema::CD