Explorar el Código

Fixed bug with test init

Cesar Rodas hace 3 meses
padre
commit
11c10e1b7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()