Skip to content

Commit

Permalink
Update nations.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Oct 13, 2024
1 parent 836e1c7 commit c481d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/squaremap/nations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('[Squaremap/Aurora] Nations', () => {
const nations = await Aurora.Nations.get('SiBeRia', 'veNICE', 'verMOnt') as SquaremapNation[]

expect(nations).toBeTruthy()
expect(nations.length).toBe(4)
expect(nations.length).toBe(3)
expect(nations.some(n => n instanceof NotFoundError)).toBe(false)

assertType<SquaremapNation[]>(nations)
Expand Down

0 comments on commit c481d60

Please sign in to comment.