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) {