We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895d9a8 commit 695cc1aCopy full SHA for 695cc1a
test/CommandLineUtils.Tests/CommandLineProcessorTests.cs
@@ -145,7 +145,7 @@ public void ItInfersClusterOptionsCannotBeUsed()
145
app3.Conventions.UseDefaultConventions();
146
Assert.False(app3.ClusterOptionsWasSetExplicitly);
147
app3.Parse();
148
- Assert.False(app2.ClusterOptions);
+ Assert.False(app3.ClusterOptions);
149
}
150
151
[Fact]
0 commit comments