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.
2 parents 4bcd6a2 + fa2d0b5 commit 4e00e55Copy full SHA for 4e00e55
FluentCommandLineParser.Tests/FluentCommandLineParserMSpecTests.cs
@@ -60,7 +60,7 @@ class when_initialised : FluentCommandLineParserTestContext
60
It should_not_have_any_options_setup = () =>
61
sut.Options.ShouldBeEmpty();
62
63
- It should_have_an_parser_engine = () =>
+ It should_have_a_parser_engine = () =>
64
sut.ParserEngine.ShouldNotBeNull();
65
}
66
@@ -92,4 +92,4 @@ class when_disabled : IsCaseSensitiveTestContext
92
93
94
95
-}
+}
0 commit comments