From c74d1c10adb2a7b2008d359fe9a1906b9fa75ded Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Mon, 4 Dec 2023 09:52:05 +0200 Subject: [PATCH] fix: missing test attr. macro Signed-off-by: Lachezar Lechev --- src/runtime/env.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/env.rs b/src/runtime/env.rs index 8f89b6b9f..353722693 100644 --- a/src/runtime/env.rs +++ b/src/runtime/env.rs @@ -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");