Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Ackee-Blockchain/trident
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d8027a8e6315a6eb2a0e36da8eea9e941f4daa4a
Choose a base ref
..
head repository: Ackee-Blockchain/trident
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d370cdaebb7d78be27abf83afa1d88ee2ab46f11
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 crates/client/tests/test_data/fuzzer_macros/fuzz_fuzz_test_executor.expanded.rs
Original file line number Diff line number Diff line change
@@ -48,14 +48,14 @@ impl FuzzTestExecutor<FuzzAccounts> for FuzzInstruction {
::std::io::_eprint(
format_args!(
"Custom check after the {0} instruction did not pass with the error message: {1}\n",
self, e
self, e,
),
);
};
{
::std::io::_eprint(
format_args!(
"Instruction data submitted to the instruction were:\n"
"Instruction data submitted to the instruction were:\n",
),
);
};
@@ -104,14 +104,14 @@ impl FuzzTestExecutor<FuzzAccounts> for FuzzInstruction {
::std::io::_eprint(
format_args!(
"Custom check after the {0} instruction did not pass with the error message: {1}\n",
self, e
self, e,
),
);
};
{
::std::io::_eprint(
format_args!(
"Instruction data submitted to the instruction were:\n"
"Instruction data submitted to the instruction were:\n",
),
);
};