We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56d04b commit 6c813a4Copy full SHA for 6c813a4
pre-compute/src/compute/app_runner.rs
@@ -267,7 +267,7 @@ mod pre_compute_start_with_app_tests {
267
(IS_DATASET_REQUIRED, Some("false")),
268
];
269
270
- temp_env::with_vars(env_vars, || start_with_app(&mut mock, CHAIN_TASK_ID))
+ temp_env::with_vars(env_vars, move || start_with_app(&mut mock, CHAIN_TASK_ID))
271
})
272
.await
273
.expect("Blocking task panicked");
0 commit comments