Function migrate_state_test::storage[][src]

pub async fn storage(state_lock: Box<dyn StateLock>)
Expand description

Test correctness of data storage StateLock

Beware that this doesn’t currently ensure that migrate_state::StateGuard::unlock() is called if the test fails. This should be fixed in future updates.