From c481d60df62e1221d86d318af4a6ea0adaebc38a Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 13 Oct 2024 12:45:47 +0100 Subject: [PATCH] Update nations.test.ts --- tests/squaremap/nations.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/squaremap/nations.test.ts b/tests/squaremap/nations.test.ts index 72cd68e..62f26c3 100644 --- a/tests/squaremap/nations.test.ts +++ b/tests/squaremap/nations.test.ts @@ -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(nations)