Skip to content

Commit

Permalink
fix: Oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 25, 2024
1 parent 9c144dd commit d45928c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/pact_ffi/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,6 @@ fn pactffi_with_binary_file_feature_test(specification: PactSpecification, expec
.header("Content-Type", "image/gif")
.body(buffer)
.send();

println!("pactffi_with_binary_file_feature_test v{}: {}", specification, mismatches);
match result {
Ok(res) => {
let status = res.status();
Expand All @@ -710,6 +708,7 @@ fn pactffi_with_binary_file_feature_test(specification: PactSpecification, expec
let mismatches = unsafe {
CStr::from_ptr(pactffi_mock_server_mismatches(port)).to_string_lossy().into_owned()
};
println!("pactffi_with_binary_file_feature_test v{}: {}", specification, mismatches);

pactffi_cleanup_mock_server(port);

Expand Down

0 comments on commit d45928c

Please sign in to comment.