Skip to content

Commit

Permalink
New command, bump count
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSyfuhs committed Jan 26, 2024
1 parent f2b47b8 commit 3fd93b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Tests.Kerberos.NET/CommandLine/CommandLineTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3fd93b8

Please sign in to comment.