Fixed unit test bug

pull/211/head
dahall 2021-01-19 11:17:30 -07:00
parent bee8b44bbc
commit 072493b89b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace Vanara.Diagnostics.Tests
[Test]
public void ClassNamesTest()
{
var coll = DeviceManager.LocalInstance.SetupClasses;
var coll = DeviceManager.LocalInstance.GetSetupClasses();
Assert.That(coll, Is.Not.Empty);
TestContext.Write(string.Join("\r\n", coll.Select(c => c.Description).OrderBy(s => s)));
}