Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 15, 2023
1 parent 08cd89d commit f3942ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions t/01-parse.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -218,7 +217,6 @@ subtest

done_testing;
};
=cut

subtest "with custom purposes" => sub {
my $consent;
Expand Down Expand Up @@ -292,11 +290,9 @@ subtest
2), "should not have custom purpose 2 allowed";
};

done_testing:
done_testing;
};

ok 1, "foo";

done_testing;
};

Expand Down

0 comments on commit f3942ee

Please sign in to comment.