Skip to content

Commit

Permalink
sacrifice.test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Feb 21, 2024
1 parent 3b23cc4 commit 5d48257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/commands/sacrifice.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Sacrifice Command', async () => {
expect(new Bank(stats.sacrificed_bank as ItemBank).equals(new Bank().add('Coal', 20).add('Trout', 2))).toBe(
true
);
expect(user.user.sacrificedValue).toEqual(BigInt(3270));
expect(user.user.sacrificedValue).toEqual(BigInt(3844));
const clientSettings = await mahojiClientSettingsFetch({ economyStats_sacrificedBank: true });
expect(
new Bank(clientSettings.economyStats_sacrificedBank as ItemBank).equals(
Expand Down

0 comments on commit 5d48257

Please sign in to comment.