v0.3.15-pre.008
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// file: crates/ksp-app-raw-transaction-ingest-desk/unit_tests/route_runtime.rs
|
||||
// version: 1
|
||||
|
||||
#[test]
|
||||
fn pre_008_mono_route_runtime_starts_idle_without_worker_or_store_material() {
|
||||
let state = crate::RouteRuntimeState::new();
|
||||
let idle = state.is_idle();
|
||||
assert!(idle.is_ok());
|
||||
if let std::result::Result::Ok(idle) = idle {
|
||||
assert!(idle);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user