This commit is contained in:
Kalle
2022-02-26 13:50:51 +02:00
parent c11d7a4042
commit 7cc8310dbc

View File

@@ -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);
});