x 3 лет назад
Родитель
Сommit
84ef0ab2cb
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/contract/dao/tests/integration.rs

+ 3 - 0
src/contract/dao/tests/integration.rs

@@ -57,6 +57,9 @@ use harness::{init_logger, DaoTestHarness};
 
 
 // TODO: strategize and cleanup Result/Error usage
 // TODO: strategize and cleanup Result/Error usage
 // TODO: fix up code doc
 // TODO: fix up code doc
+// TODO: db_* errors returned from runtime should be more specific.
+// TODO: db_* functions should be consistently ordered
+// TODO: migrate rest of func calls below to make() format and cleanup
 
 
 #[async_std::test]
 #[async_std::test]
 async fn integration_test() -> Result<()> {
 async fn integration_test() -> Result<()> {