Fix for the last test
This commit is contained in:
Родитель
d0c1f6dc6e
Коммит
c35fc8fe0b
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче