refactor cloud service triat

This commit is contained in:
appflowy
2022-01-10 23:45:59 +08:00
parent 46a3eb57fa
commit 855d396122
55 changed files with 1368 additions and 1204 deletions

View File

@ -91,9 +91,8 @@ impl TestBuilder {
pub fn new() -> Self {
static INIT: Once = Once::new();
INIT.call_once(|| {
color_eyre::install().unwrap();
let _ = color_eyre::install();
std::env::set_var("RUST_LOG", LEVEL);
env_logger::init();
});
Self {