X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=t%2Fkdb.t;h=6e1cda69f315ed030ea3b7f2ee6e9f82f8d58b92;hp=ab4fea47818f838394d3a9fef6826b3280583add;hb=05e0bcef1c2165c556b910314312866dc4a667b7;hpb=af22194015e0d2182beecda0d9f40e59784ce398 diff --git a/t/kdb.t b/t/kdb.t index ab4fea4..6e1cda6 100644 --- a/t/kdb.t +++ b/t/kdb.t @@ -103,7 +103,7 @@ sub test_custom_icons { for my $test ( ['Custom icons' => $kdbx], ['Custom icons after dump & load roundtrip' - => File::KDBX->load_string($kdbx->dump_string('a', upgrade => 0, randomize_seeds => 0), 'a')], + => File::KDBX->load_string($kdbx->dump_string('a', allow_upgrade => 0, randomize_seeds => 0), 'a')], ) { my ($name, $kdbx) = @$test; subtest $name, \&test_custom_icons, $kdbx;