Skip to content

Commit

Permalink
test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaba committed Jan 24, 2024
1 parent 06aed3d commit 2379839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions t/lib/Test/Dongry.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use Test::MoreMore;
use Test::X1;
push @EXPORT, @Test::MoreMore::EXPORT;
push @EXPORT, @Test::X1::EXPORT;
push @EXPORT, @Web::Encoding::EXPORT;

require DBIx::ShowSQL;

Expand Down
2 changes: 1 addition & 1 deletion t/type/basic-2.t
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test {
$row->reload;
is $row->get ('value'), "\x{6000}\x{2000}\x{100}";
is $row->get_bare ('value'),
encode 'utf-8', "\x{6000}\x{2000}\x{100}\x00\x00\x00\x00";
encode_web_utf8 "\x{6000}\x{2000}\x{100}\x00\x00\x00\x00";

$row->update ({value => ''});
$row->reload;
Expand Down

0 comments on commit 2379839

Please sign in to comment.