mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
perf(tests): remove redundant format! in ef-tests run_only (#18909)
This commit is contained in:
@@ -93,7 +93,7 @@ macro_rules! blockchain_test {
|
||||
.join("ethereum-tests")
|
||||
.join("BlockchainTests");
|
||||
|
||||
BlockchainTests::new(suite_path).run_only(&format!("{}", stringify!($dir)));
|
||||
BlockchainTests::new(suite_path).run_only(stringify!($dir));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user