We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ff802 commit f9e5b94Copy full SHA for f9e5b94
1 file changed
crates/batcher/src/types/batch_queue.rs
@@ -206,8 +206,8 @@ mod test {
206
use aligned_sdk::common::types::VerificationData;
207
use ethers::types::Address;
208
209
- use crate::types::batch_queue::try_build_batch;
210
use super::*;
+ use crate::types::batch_queue::try_build_batch;
211
212
#[test]
213
fn batch_finalization_algorithm_works_from_same_sender() {
0 commit comments