Skip to content

Commit

Permalink
Fix test case overwriting previous but still used dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Jun 19, 2023
1 parent 80ccd63 commit 3fa341e
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 @@ -401,11 +401,11 @@ public void TestAddItemWhileDropdownIsInReadyState()

AddStep("setup dropdown", () =>
{
Child = dropdown = new BdlDropdown
Add(dropdown = new BdlDropdown
{
Width = 150,
Position = new Vector2(250, 350),
};
});
dropdown.Items = new TestModel("test").Yield();
});
Expand Down

0 comments on commit 3fa341e

Please sign in to comment.