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