This commit is contained in:
Terje Sandstrom 2014-02-09 21:44:05 +01:00
Родитель d0c1f6dc6e
Коммит c35fc8fe0b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,7 @@ namespace NUnit.VisualStudio.TestAdapter.Tests
await ThrowException();
}
[TestCase(ExpectedResult = TestOutcome.Passed)]
[TestCase(ExpectedResult = 1 )]
public async Task<int> TaskTTestCaseWithResultCheckSuccess()
{
return await ReturnOne();