Skip to content

Commit

Permalink
FIX Arguments test
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlike committed Jan 9, 2020
1 parent eb59979 commit 777690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Drachenhorn.UnitTest/Organisation/TestArguments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class TestArguments
[TestMethod]
public void TestArgs()
{
string[] args = {"-p", "C:\\t t\\test.dsac"};
string[] args = {"test.exe", "-p", "C:\\t t\\test.dsac"};

var manager = new ArgumentManager(args);

Expand Down

0 comments on commit 777690a

Please sign in to comment.