From e1d7cea4cef5c9ae111924dcfdf3569d2be84031 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Sat, 8 Jun 2024 01:20:53 +0100 Subject: [PATCH] test: 0.4.26 fork --- build/download-native-libs.sh | 2 +- tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/download-native-libs.sh b/build/download-native-libs.sh index be38a5b1..8827d156 100755 --- a/build/download-native-libs.sh +++ b/build/download-native-libs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -FFI_VERSION="0.4.25" +FFI_VERSION="0.4.26" FFI_BASE_URL="https://github.com/you54f/pact-reference/releases/download/libpact_ffi-v$FFI_VERSION" GREEN="\e[32m" diff --git a/tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs b/tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs index b943e31c..81ab072e 100644 --- a/tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs +++ b/tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs @@ -67,7 +67,7 @@ public async Task HttpInteraction_v3_CreatesPactFile() mockServer.MockServerMismatches().Should().Be("[]"); string logs = mockServer.MockServerLogs(); - // logs.Should().NotBeEmpty(); # TODO: This is empty for some reason?! find out when it changed + logs.Should().NotBeEmpty(); this.output.WriteLine("Mock Server Logs"); this.output.WriteLine("----------------");