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