From 2a4668dcbc4032a6573c35ab40f5fcd08b31407b Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Mon, 30 Sep 2024 16:08:29 +0200 Subject: [PATCH] Fix test --- .../TrxTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/TrxTests.cs b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/TrxTests.cs index 19bb8f6905..ec20efca39 100644 --- a/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/TrxTests.cs +++ b/test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/TrxTests.cs @@ -80,7 +80,7 @@ public async Task Trx_WhenSkipTest_ItAppearsAsExpectedInsideTheTrx(string tfm) Assert.That(trxContent.Contains(@""""), trxContent); + Assert.That(trxContent.Contains(""""""), trxContent); Assert.That(trxContent.Contains(""""""), trxContent); }