Skip to content

Commit

Permalink
fixed update expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
saad-deriv committed Oct 22, 2024
1 parent 4c3500b commit 177e3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/05_sanctions_redis.t
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ subtest 'Update Data' => sub {
my $expected = {
'EU-Sanctions' => {
content => [],
updated => 90,
updated => 91,
verified => 1500,
},
'HMT-Sanctions' => {
Expand All @@ -185,7 +185,7 @@ subtest 'Update Data' => sub {
'UNSC-Sanctions' => {
content => [],
verified => 1500,
updated => 91,
updated => 90,
},
};
is_deeply $validator->data, $expected, 'Data is correctly loaded';
Expand Down

0 comments on commit 177e3ad

Please sign in to comment.