Skip to content

Commit

Permalink
fix speling
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 10, 2024
1 parent 9d19dd4 commit f4e050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/Storable/t/utf8.t
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ is($x, ${thaw $data}, "sanity check for upgraded frozen data");

$data .= chr 256;
chop $data;
is($x, ${thaw $data}, "test for upgradded frozen data");
is($x, ${thaw $data}, "test for upgraded frozen data");


$data .= chr 256;
Expand Down

0 comments on commit f4e050f

Please sign in to comment.