Skip to content

Commit

Permalink
fix util import
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jan 25, 2024
1 parent 03d0a7f commit f5f734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ef-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use anyhow::bail;
use hashbrown::HashMap;
use serde::{Deserialize, Serialize};
use serde_with::{serde_as, NoneAsEmptyString};
use zeth::util::{
use util::{
preflight::Data,
provider::{AccountQuery, BlockQuery, ProofQuery, Provider, StorageQuery},
provider_db::ProviderDb,
Expand Down

0 comments on commit f5f734e

Please sign in to comment.