mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor cloud service triat
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user