diff --git a/app/core/mmr/utils.test.ts b/app/core/mmr/utils.test.ts index 96a779a11..c22a1ca08 100644 --- a/app/core/mmr/utils.test.ts +++ b/app/core/mmr/utils.test.ts @@ -76,7 +76,7 @@ ResolveOwnMMR("Calculates own MMR stats correctly", () => { const valueShouldBe = muSigmaToSP({ mu: 40, sigma: 7 }); - assert.equal(own?.topX, 10); + assert.equal(own?.topX, 5); assert.equal(own?.value, valueShouldBe); });