Fix typo in test name

This commit is contained in:
Bartłomiej Dach 2020-11-23 20:51:38 +01:00
parent 3c0ee7de9b
commit 087ea9c9a5
1 changed files with 1 additions and 1 deletions

View File

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