Skip to content

Commit

Permalink
Update FrameworkAssertReporter.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed May 11, 2024
1 parent 28da172 commit 3a6227b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ public class FrameworkAssertReporter : FirstWorkingReporter
public static readonly FrameworkAssertReporter INSTANCE = new();

public FrameworkAssertReporter()
: base(MsTestReporter.INSTANCE,
NUnit4Reporter.INSTANCE,
: base(
MsTestReporter.INSTANCE,
NUnit3Reporter.INSTANCE,
NUnit4Reporter.INSTANCE,
XUnit2Reporter.INSTANCE)
{
}
Expand Down

0 comments on commit 3a6227b

Please sign in to comment.