From 3fd93b8f9628b611ed30fca422e533f3ee10c60f Mon Sep 17 00:00:00 2001 From: Steve Syfuhs Date: Fri, 26 Jan 2024 09:56:46 -0800 Subject: [PATCH] New command, bump count --- Tests/Tests.Kerberos.NET/CommandLine/CommandLineTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tests.Kerberos.NET/CommandLine/CommandLineTests.cs b/Tests/Tests.Kerberos.NET/CommandLine/CommandLineTests.cs index 59d8cac4..e748c764 100644 --- a/Tests/Tests.Kerberos.NET/CommandLine/CommandLineTests.cs +++ b/Tests/Tests.Kerberos.NET/CommandLine/CommandLineTests.cs @@ -114,7 +114,7 @@ public void AllCommandsFound() var types = LoadTypes(); var io = InputControl.Default(); - Assert.AreEqual(10, types.Count()); + Assert.IsTrue(types.Count() >= 10); foreach (var type in types) {