Skip to content

Commit 05109f4

Browse files
committed
Merge branch 'develop' of github.com:fclp/fluent-command-line-parser into develop
2 parents 14ed654 + 4e00e55 commit 05109f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FluentCommandLineParser.Tests/FluentCommandLineParserMSpecTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class when_initialised : FluentCommandLineParserTestContext
6060
It should_not_have_any_options_setup = () =>
6161
sut.Options.ShouldBeEmpty();
6262

63-
It should_have_an_parser_engine = () =>
63+
It should_have_a_parser_engine = () =>
6464
sut.ParserEngine.ShouldNotBeNull();
6565
}
6666
}
@@ -92,4 +92,4 @@ class when_disabled : IsCaseSensitiveTestContext
9292
}
9393
}
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)