mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: reorder super (#12380)
This commit is contained in:
@ -347,6 +347,7 @@ impl HashedStorageSorted {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use alloy_primitives::Bytes;
|
||||
use revm::{
|
||||
db::{
|
||||
@ -356,8 +357,6 @@ mod tests {
|
||||
primitives::{AccountInfo, Bytecode},
|
||||
};
|
||||
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn hashed_state_wiped_extension() {
|
||||
let hashed_address = B256::default();
|
||||
|
||||
Reference in New Issue
Block a user