Skip to content

Commit

Permalink
fix: missing test attr. macro
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Dec 4, 2023
1 parent 109d2cb commit c74d1c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ mod test {
}
}

#[tokio::test]
async fn test_migration_from_10_to_11() {
{
let _test_env_guard = TestEnv::reset().expect("Should lock TestEnv");
Expand Down

0 comments on commit c74d1c1

Please sign in to comment.