Showing 1 changed files with 1 additions and 1 deletions
+1 -1
t/age_string.t
... ...
@@ -34,5 +34,5 @@ my @cases = (
34 34
 plan ( tests => scalar @cases );
35 35
 
36 36
 for ( @cases ) {
37
-  is ( Gitprep::Git->_age_string ( $_->{stimulus} ), $_->{expected}, "$_->{stimulus} ~ $_->{expected}" );
37
+  is ( Gitprep::Git->_age_string ( $_->{stimulus} ), $_->{expected}, "$_->{stimulus} sec ~ \"$_->{expected}\"" );
38 38
 }