Skip to content

Commit

Permalink
Fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubch1 committed Jun 19, 2020
1 parent 5d18566 commit f4c121a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,7 @@ public async Task TestRunWithCodeCoverageAndFinalizationCancelled(RunnerInfo run
await finalization;
multiTestRunFinalizationEventHandler.EnsureSuccess();

if(testEnvironment.RunnerFramework.Equals(IntegrationTestBase.DesktopRunnerFramework))
{
Assert.AreEqual(0, this.multiTestRunFinalizationEventHandler.Attachments.Count);
}
Assert.AreEqual(1000, this.multiTestRunFinalizationEventHandler.Attachments.Count);
}

[TestMethod]
Expand Down

0 comments on commit f4c121a

Please sign in to comment.