rename test method

This commit is contained in:
Morilli 2024-12-01 00:06:19 +01:00
parent 320de38c5c
commit d245271649
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace BizHawk.Tests.Client.Common.config
private static readonly IReadOnlyDictionary<string, string> DefaultCorePrefDict = new Config().PreferredCores;
[TestMethod]
public void AssertAllChoicesInMenu()
public void AssertAllChoicesValid()
{
var multiCoreSystems = CoreInventory.Instance.AllCores.Where(kvp => kvp.Value.Count != 1)
.Select(kvp => kvp.Key)