Skip to content

Commit

Permalink
fix: Model.test.ts because apparently tests dont want to say theyre m…
Browse files Browse the repository at this point in the history
…essed up until after you try to use them
  • Loading branch information
ultraviolet-jordan committed Apr 15, 2024
1 parent 37f799b commit 5622002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ beforeAll(async (): Promise<void> => {
describe('Model', (): void => {
describe('lighting', (): void => {
it('head model woman_brown', (): void => {
const npc: NpcType = new NpcType();
const npc: NpcType = new NpcType(-1);
npc.heads = new Uint16Array([114, 131]);
npc.recol_s = new Uint16Array([25238, 8741, 43072, 6798, 8741]);
npc.recol_d = new Uint16Array([5652, 5784, 4550, 5921, 5784]);
Expand Down

0 comments on commit 5622002

Please sign in to comment.