0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 03:30:43 -05:00

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
Signed by: Refringe
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
},
};