Skip to content

Commit

Permalink
test: 0.4.26 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 8, 2024
1 parent 24fc6fd commit e1d7cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/download-native-libs.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("----------------");
Expand Down

0 comments on commit e1d7cea

Please sign in to comment.