From: timbunce Date: Wed, 11 Mar 2009 16:08:35 +0000 (+0000) Subject: Fix test count in t/catalyst-action-rest.t X-Git-Tag: 1.08~242 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=commitdiff_plain;h=d34635d1f87b7a53a522583fc6c91e76062709fd Fix test count in t/catalyst-action-rest.t --- diff --git a/t/catalyst-action-rest.t b/t/catalyst-action-rest.t index 5ace007..825dca4 100644 --- a/t/catalyst-action-rest.t +++ b/t/catalyst-action-rest.t @@ -101,7 +101,7 @@ package main; use strict; use warnings; -use Test::More tests => 17; +use Test::More tests => 18; use FindBin; use Data::Dump qw(dump);