Skip to content

Commit

Permalink
fix event
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Jan 29, 2025
1 parent 79a9232 commit 3a427a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describeSuite({
).event;

const newLocation = locationChangeEvent.data[1];
const id = locationChangeEvent.data[0];
const id = locationChangeEvent.data[1];

expect(JSON.stringify(newLocation).toLowerCase()).to.eq(
JSON.stringify(PARA_1000_SOURCE_LOCATION_V4).toLowerCase()
Expand Down

0 comments on commit 3a427a2

Please sign in to comment.