Skip to content

Commit 3fd93b8

Browse files
committed
New command, bump count
1 parent f2b47b8 commit 3fd93b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Tests.Kerberos.NET/CommandLine/CommandLineTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void AllCommandsFound()
114114
var types = LoadTypes();
115115
var io = InputControl.Default();
116116

117-
Assert.AreEqual(10, types.Count());
117+
Assert.IsTrue(types.Count() >= 10);
118118

119119
foreach (var type in types)
120120
{

0 commit comments

Comments
 (0)