typo
This commit is contained in:
parent
1fa454bda4
commit
8fc8a03081
7 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ namespace Microsoft.DotNet.Tests.ParserTests
|
|||
private readonly ITestOutputHelper output;
|
||||
|
||||
[Fact]
|
||||
public void RunParserCanGetArguementFromDoubleDash()
|
||||
public void RunParserCanGetArgumentFromDoubleDash()
|
||||
{
|
||||
var runCommand = RunCommand.FromArgs(new[]{ "--", "foo" });
|
||||
runCommand.Args.Single().Should().Be("foo");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue