From 84ef0ab2cb3a552680ab2ac7a139d96edc84d595 Mon Sep 17 00:00:00 2001 From: x Date: Thu, 5 Jan 2023 12:52:25 +0100 Subject: [PATCH] random todos --- src/contract/dao/tests/integration.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/contract/dao/tests/integration.rs b/src/contract/dao/tests/integration.rs index 301bd2bbe..fc3d6d645 100644 --- a/src/contract/dao/tests/integration.rs +++ b/src/contract/dao/tests/integration.rs @@ -57,6 +57,9 @@ use harness::{init_logger, DaoTestHarness}; // TODO: strategize and cleanup Result/Error usage // 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 fn integration_test() -> Result<()> {