X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Finflate%2Fcore.t;h=aadc4af4d511ab3888a4f615e84405d35d5ccf1a;hp=3b105cecb40c38aa9ff093dcc5c35662f0eda4ed;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hpb=33eafbfd322ab48a2697c0ea9fadfb182fb22a36 diff --git a/t/inflate/core.t b/t/inflate/core.t index 3b105ce..aadc4af 100644 --- a/t/inflate/core.t +++ b/t/inflate/core.t @@ -38,7 +38,7 @@ is( ref($cd->year), 'DateTime', 'year is still a DateTime, ok' ); is( $cd->year->year, 1998, 'updated year, bypassing inflation' ); -is( $cd->year->month, 1, 'month is still 1' ); +is( $cd->year->month, 1, 'month is still 1' ); # get_inflated_column test