Skip to content

Commit

Permalink
narrow unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 15, 2023
1 parent d91a0dd commit 29a787f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions t/01-parse.t
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,12 @@ subtest "valid tcf v2 consent string using bitfield" => sub {
done_testing;
};

=pod

subtest
"valid tcf v2 consent string using bitfield with publisher TC section" => sub {
"valid tcf v2 consent string using bitfield with publisher TC section" =>
sub {

=pod
subtest "without custom purposes" => sub {
my $consent;
Expand Down Expand Up @@ -291,11 +293,11 @@ subtest
done_testing:
};
=cut

done_testing;
};

Check failure on line 299 in t/01-parse.t

View workflow job for this annotation

GitHub Actions / perl

1 failed test

Failed test 'No tests run for subtest "valid tcf v2 consent string using bitfield with publisher TC section"'

=cut

subtest "valid tcf v2 consent string using range" => sub {
my $consent;
Expand Down

0 comments on commit 29a787f

Please sign in to comment.