Skip to content

Commit

Permalink
Fixed how test is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
gsscoder committed Sep 22, 2015
1 parent 44c6510 commit 2210cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CommandLine.Tests/Unit/Core/InstanceBuilderTests.cs
Expand Up @@ -932,7 +932,7 @@ public void Parse_string_with_dashes_except_in_beginning(string[] arguments, str

[Theory]
[MemberData("GuidData")]
public void Parse_Guid(string[] arguments, string expected)
public void Parse_Guid(string[] arguments, Guid expected)
{
// Fixture setup in attributes

Expand Down

0 comments on commit 2210cb7

Please sign in to comment.