global state tests

This commit is contained in:
o0Ignition0o 2021-04-14 09:59:13 +02:00
parent 51fdce3908
commit 1413088bb5
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ mod callbacks;
mod child;
mod config;
mod global_system;
mod system;
pub mod child_ref;
pub mod children;

View File

@ -15,7 +15,7 @@ use lever::table::lotable::LOTable;
use lightproc::proc_state::AsAny;
use std::collections::HashMap;
use crate::error::{BastionError, Result};
use crate::errors::{BastionError, BastionResult};
#[derive(Debug)]
pub struct GlobalState {