Skip to content

Commit

Permalink
Update TheoryDataExamples so some of the tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Sep 30, 2017
1 parent 64ef9c9 commit 0b4dd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheoryDataExamples/MatrixTheoryData.cs
Expand Up @@ -20,7 +20,7 @@ public MatrixTheoryData(IEnumerable<T1> data1, IEnumerable<T2> data2)

public class SampleUsage
{
public static int[] Numbers = { 42, 2112, 2600 };
public static int[] Numbers = { 42, 5, 6 };
public static string[] Strings = { "Hello", "world!" };
public static MatrixTheoryData<string, int> MatrixData = new MatrixTheoryData<string, int>(Strings, Numbers);

Expand Down

0 comments on commit 0b4dd47

Please sign in to comment.