Skip to content

Commit

Permalink
Rename test and document param better
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jun 19, 2023
1 parent 3fa341e commit 116ddcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu.Framework.Tests/Visual/UserInterface/TestSceneDropdown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ public void TestAddItemWhileDropdownIsInReadyState()
/// <summary>
/// Sets a non-existent item dropdown and ensures its label is assigned correctly.
/// </summary>
/// <param name="afterBdl">Whether the non-existent item should be defined after dropdown finishes from BDL.</param>
/// <param name="afterBdl">Whether the non-existent item should be set before or after the dropdown's BDL has run.</param>
[Test]
public void TestSetNonExistentItemBeforeDropdownIsLoaded([Values] bool afterBdl)
public void TestSetNonExistentItem([Values] bool afterBdl)
{
BdlDropdown dropdown = null!;
Bindable<TestModel> bindable;
Expand Down

0 comments on commit 116ddcd

Please sign in to comment.