Skip to content

Commit

Permalink
Fixed api test
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas authored and Andrés González committed Nov 14, 2024
1 parent a21fc25 commit 6e04469
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/test/e2e/widgets/base-widgets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ describe('Base Widgets', () => {
},
{
map: [
{ country: 'AUT', count: 1 },
{ country: 'BEL', count: 1 },
{ country: 'AUT', value: 1 },
{ country: 'BEL', value: 1 },
],
},
],
Expand All @@ -199,8 +199,8 @@ describe('Base Widgets', () => {
},
{
map: [
{ country: 'BEL', count: 1 },
{ country: 'NLD', count: 1 },
{ country: 'BEL', value: 1 },
{ country: 'NLD', value: 1 },
],
chart: [
{
Expand Down

0 comments on commit 6e04469

Please sign in to comment.