X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fover.t;h=a92d2f77b0397012121d24a155ff32aa9bb8acf7;hb=c2b4e6111a561095d5155402d6900dae09b704eb;hp=56c20d01799ce7a244eaa82fc3abb13b524efebe;hpb=090238c3353438526dec707dad0718cb21efd07f;p=public-inbox.git diff --git a/t/over.t b/t/over.t index 56c20d01..a92d2f77 100644 --- a/t/over.t +++ b/t/over.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -91,7 +91,7 @@ $over->eidx_prep; 'xref3 works forw two'); @arg = qw(1349 adeadba7cafe example.key); - ok($over->remove_xref3(@arg), 'remove first'); + is($over->remove_xref3(@arg), 1, 'remove first'); $xref3 = $over->get_xref3(1349); is_deeply($xref3, [ 'example.kee:2018:deadbeefcafe' ], 'confirm removal successful');