Skip to content

Commit 695cc1a

Browse files
Assert on right app
1 parent 895d9a8 commit 695cc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CommandLineUtils.Tests/CommandLineProcessorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void ItInfersClusterOptionsCannotBeUsed()
145145
app3.Conventions.UseDefaultConventions();
146146
Assert.False(app3.ClusterOptionsWasSetExplicitly);
147147
app3.Parse();
148-
Assert.False(app2.ClusterOptions);
148+
Assert.False(app3.ClusterOptions);
149149
}
150150

151151
[Fact]

0 commit comments

Comments
 (0)