Skip to content

Commit

Permalink
Update crates/katana/core/src/backend/storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: glihm <[email protected]>
  • Loading branch information
kariy and glihm authored Jan 16, 2024
1 parent d8b03b2 commit 8d1e923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/katana/core/src/backend/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ mod tests {
}

#[test]
fn blockchain_from_dn() {
fn blockchain_from_db() {
let db_path = tempfile::TempDir::new().expect("Failed to create temp dir.").into_path();

let block_env = BlockEnv {
Expand Down

0 comments on commit 8d1e923

Please sign in to comment.