Skip to content

Commit

Permalink
Make build pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
conanak99 committed Jul 9, 2015
1 parent 851e848 commit c41fa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TravisSample.Test/TestCalculator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void TestAdd(int a, int b, int sum)

[TestCase(10, 2, 8)]
[TestCase(11, 4, 7)]
[TestCase(13, 2, 10)]
[TestCase(13, 2, 11)]
[TestCase(12, 7, 5)]
public void TestSubtract(int a, int b, int sub)
{
Expand Down

0 comments on commit c41fa7a

Please sign in to comment.