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");