Skip to content

Commit

Permalink
tidy test
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 17, 2023
1 parent e7d06f9 commit a387b04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions t/01-parse.t
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,9 @@ subtest "check publisher restriction" => sub {

$restrictions = $consent->publisher_restrictions(32);
is_deeply $restrictions,
{ 1 => { 0 => 1 }, 2 => { 0 => 1, 1 => 1 }, 7 => { 0 => 1, 1 => 1 },
10 => { 0 => 1, 1 => 1 } },
{ 1 => { 0 => 1 }, 2 => { 0 => 1, 1 => 1 }, 7 => { 0 => 1, 1 => 1 },
10 => { 0 => 1, 1 => 1 }
},
"should return the restriction purpose id => restriction map type map";


Expand Down

0 comments on commit a387b04

Please sign in to comment.