Skip to content

Commit f4c121a

Browse files
committed
Fix acceptance tests
1 parent 5d18566 commit f4c121a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/Microsoft.TestPlatform.AcceptanceTests/TranslationLayerTests/CodeCoverageTests.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ public async Task TestRunWithCodeCoverageAndFinalizationCancelled(RunnerInfo run
164164
await finalization;
165165
multiTestRunFinalizationEventHandler.EnsureSuccess();
166166

167-
if(testEnvironment.RunnerFramework.Equals(IntegrationTestBase.DesktopRunnerFramework))
168-
{
169-
Assert.AreEqual(0, this.multiTestRunFinalizationEventHandler.Attachments.Count);
170-
}
167+
Assert.AreEqual(1000, this.multiTestRunFinalizationEventHandler.Attachments.Count);
171168
}
172169

173170
[TestMethod]

0 commit comments

Comments
 (0)