Skip to content

Commit

Permalink
Fix import in migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Jan 26, 2023
1 parent 3fec3ec commit 387c8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/tests/state-migration-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
extern crate alloc;

use alloc::vec::Vec;
use aurora_engine::engine::{self, EngineState};
use aurora_engine::state::{self, EngineState};
use aurora_engine_sdk::near_runtime::Runtime;
use aurora_engine_sdk::io::{IO, StorageIntermediate};
use aurora_engine_types::storage;
Expand Down

0 comments on commit 387c8b9

Please sign in to comment.