Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Rossignoli committed Sep 30, 2024
1 parent 10f64c9 commit 2a4668d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task Trx_WhenSkipTest_ItAppearsAsExpectedInsideTheTrx(string tfm)

Assert.That(trxContent.Contains(@"<UnitTest name=""TestMethod1"), trxContent);
Assert.That(trxContent.Contains(@"<TestEntry "), trxContent);
Assert.That(trxContent.Contains("""<ResultSummary outcome="Completed">"""), trxContent);
Assert.That(trxContent.Contains("""<ResultSummary outcome="Failed">"""), trxContent);
Assert.That(trxContent.Contains("""<Counters total="2" executed="0" passed="0" failed="0" error="0" timeout="0" aborted="0" inconclusive="0" passedButRunAborted="0" notRunnable="0" notExecuted="2" disconnected="0" warning="0" completed="0" inProgress="0" pending="0" />"""), trxContent);
}

Expand Down

0 comments on commit 2a4668d

Please sign in to comment.