From f3942ee3c7c397d0818efda6460a915e0fda0651 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Fri, 15 Dec 2023 16:51:32 +0100 Subject: [PATCH] fix unit test --- t/01-parse.t | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/t/01-parse.t b/t/01-parse.t index 9d3cbbc..bfd68b5 100644 --- a/t/01-parse.t +++ b/t/01-parse.t @@ -163,7 +163,6 @@ subtest "valid tcf v2 consent string using bitfield with publisher TC section" => sub { -=pod subtest "without custom purposes" => sub { my $consent; @@ -218,7 +217,6 @@ subtest done_testing; }; -=cut subtest "with custom purposes" => sub { my $consent; @@ -292,11 +290,9 @@ subtest 2), "should not have custom purpose 2 allowed"; }; - done_testing: + done_testing; }; - ok 1, "foo"; - done_testing; };