mirror of https://github.com/ppy/osu
Fix typo in test name
This commit is contained in:
parent
3c0ee7de9b
commit
087ea9c9a5
|
@ -56,7 +56,7 @@ public void TestEmptyValues()
|
|||
}
|
||||
|
||||
[Test]
|
||||
public void TestOveValue()
|
||||
public void TestOneValue()
|
||||
{
|
||||
AddStep("Load user", () => user.Value = user_with_one_value);
|
||||
AddAssert("Section is hidden", () => section.Alpha == 0);
|
||||
|
|
Loading…
Reference in New Issue