Skip to content

Commit

Permalink
Another attempt to make this work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdesmet committed Sep 24, 2020
1 parent 8550507 commit 535a07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using VerifyTests;
using VerifyXunit;
using Xunit;
using Xunit.Abstractions;

namespace ReactiveTests.Tests.Api
{
Expand All @@ -19,8 +18,7 @@ public class ApiApprovalTests :
{
VerifySettings verifySettings;

public ApiApprovalTests(ITestOutputHelper output) :
base(output)
public ApiApprovalTests()
{
verifySettings = new VerifySettings();
verifySettings.UseExtension("cs");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace ReactiveTests.Tests
{
public static class DiffPlexReporter
{
public static async Task Report(string receivedFile, string verifiedFile)
public static async Task Report(string receivedFile, string verifiedFile, string? message)
{
#if(!DEBUG)
var receivedText = File.ReadAllText(receivedFile);
Expand Down

0 comments on commit 535a07e

Please sign in to comment.