Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Ducky So Skilled
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Sep 7, 2024
1 parent c83dee3 commit 93e7d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/getPlayer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('getPLayer (raw)', async () => {
const client = new Client(process.env.HYPIXEL_KEY ?? '', { cache: false, checkForUpdates: false, rateLimit: 'NONE' });
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
const data = await client.getPlayer('fb3d96498a5b4d5b91b763db14b195ad', { raw: true });
const data = await client.getPlayer('4855c53ee4fb4100997600a92fc50984', { raw: true });
expect(data).toBeDefined();
expectTypeOf(data).toEqualTypeOf<object>();
client.destroy();
Expand Down

0 comments on commit 93e7d41

Please sign in to comment.