Procházet zdrojové kódy

Fixed bug with test init

Cesar Rodas před 3 měsíci
rodič
revize
11c10e1b7d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      crates/storage/base/src/test.rs

+ 1 - 1
crates/storage/base/src/test.rs

@@ -166,7 +166,7 @@ pub async fn get_event_and_related_events<T>(db: &T)
 where
     T: Storage,
 {
-    setup_db(db);
+    setup_db(db).await;
 
     let id: Addr = "42224859763652914db53052103f0b744df79dfc4efef7e950fc0802fc3df3c5"
         .try_into()