Test - Updates the experince needed to reach level 79

This commit is contained in:
Refringe 2024-04-10 23:06:40 -04:00
parent dfaed660ed
commit 85aec72a63
No known key found for this signature in database
GPG Key ID: 7715B85B4A6306ED

View File

@ -61,11 +61,11 @@ describe("PlayerService", () =>
expect(result).toBe(25);
});
it("should return 79 when player xp is 68,206,066", () =>
it("should return 79 when player xp is 81,126,895", () =>
{
const playerProfile = {
Info: {
Experience: 68206066, // Via wiki: https://escapefromtarkov.fandom.com/wiki/Character_skills#Levels
Experience: 81126895, // Via wiki: https://escapefromtarkov.fandom.com/wiki/Character_skills#Levels
},
};