Skip to content

Commit

Permalink
test cleanup: t/transform.t
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Sep 2, 2016
1 parent 4ffb580 commit ccf1eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/transform.t
Expand Up @@ -138,7 +138,7 @@ SKIP: {

{
my $pb = $pa->match($pa,{method=>'h'});
ok(all(approx($pa,$pb)),"self-match wtih hanning method is an approximate no-op");
ok(all(approx($pa,$pb)),"self-match with hanning method is an approximate no-op");
}

{
Expand Down

0 comments on commit ccf1eba

Please sign in to comment.