From 9bd5e8c124dc7d86f21baf28ebbd56cf717b6d97 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 30 May 2024 23:56:34 +0100 Subject: [PATCH] test: libpact_ffi 0.4.20 pact_ffi_mock_server_logs expect empty logs --- tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs b/tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs index 51d7fda0..5b3960d0 100644 --- a/tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs +++ b/tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs @@ -69,7 +69,9 @@ public async Task HttpInteraction_v3_CreatesPactFile() // Issue:- libpact_ffi 0.4.20 pact_ffi_mock_server_logs returns null // Issue not present in 0.4.19 // https://github.com/pact-foundation/pact-reference/compare/libpact_ffi-v0.4.19...libpact_ffi-v0.4.20 - logs.Should().NotBeEmpty(); + // logs.Should().NotBeEmpty(); + // Logs should actually be populated as above + logs.Should().BeEmpty(); this.output.WriteLine("Mock Server Logs"); this.output.WriteLine("----------------");