From 627111b4cc60f4f5e4406f042307614ec0a644d4 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 27 May 2024 21:55:15 +0100 Subject: [PATCH] chore: fixup warning --- samples/EventApi/Provider.Tests/EventAPITests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/EventApi/Provider.Tests/EventAPITests.cs b/samples/EventApi/Provider.Tests/EventAPITests.cs index 73a5a391..512e243b 100644 --- a/samples/EventApi/Provider.Tests/EventAPITests.cs +++ b/samples/EventApi/Provider.Tests/EventAPITests.cs @@ -14,7 +14,6 @@ namespace Provider.Tests public class EventApiTests : IClassFixture { private readonly EventApiFixture fixture; - private readonly ITestOutputHelper output; private readonly PactVerifier verifier; private static readonly Uri ProviderUri = new("http://localhost:9222");