From 116ddcdc8a940c380c7c98c39a2a427e73ccd434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Mon, 19 Jun 2023 21:57:15 +0200 Subject: [PATCH] Rename test and document param better --- osu.Framework.Tests/Visual/UserInterface/TestSceneDropdown.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Framework.Tests/Visual/UserInterface/TestSceneDropdown.cs b/osu.Framework.Tests/Visual/UserInterface/TestSceneDropdown.cs index 21a986edb9..dcbd0674b9 100644 --- a/osu.Framework.Tests/Visual/UserInterface/TestSceneDropdown.cs +++ b/osu.Framework.Tests/Visual/UserInterface/TestSceneDropdown.cs @@ -416,9 +416,9 @@ public void TestAddItemWhileDropdownIsInReadyState() /// /// Sets a non-existent item dropdown and ensures its label is assigned correctly. /// - /// Whether the non-existent item should be defined after dropdown finishes from BDL. + /// Whether the non-existent item should be set before or after the dropdown's BDL has run. [Test] - public void TestSetNonExistentItemBeforeDropdownIsLoaded([Values] bool afterBdl) + public void TestSetNonExistentItem([Values] bool afterBdl) { BdlDropdown dropdown = null!; Bindable bindable;