Skip to content

Commit

Permalink
test: libpact_ffi 0.4.20 pact_ffi_mock_server_logs expect empty logs
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 30, 2024
1 parent cd5a388 commit 9bd5e8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/PactNet.Tests/Drivers/FfiIntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("----------------");
Expand Down

0 comments on commit 9bd5e8c

Please sign in to comment.