Simplify logging

This commit is contained in:
2022-01-17 14:22:37 +01:00
parent e3f81aa807
commit c43dc135ac
4 changed files with 37 additions and 21 deletions

View File

@@ -1,7 +1,8 @@
pub mod test_helper;
use contextswitch_api::{taskwarrior, TaskDefinition};
use contextswitch_api::taskwarrior;
use contextswitch_types::Task;
use contextswitch_types::TaskDefinition;
#[tokio::test]
async fn list_tasks() {