Moved some tests

This commit is contained in:
daladim 2021-02-21 23:30:09 +01:00
parent a9f69c1160
commit 65a7670a1b
3 changed files with 100 additions and 30 deletions

View file

@ -7,7 +7,7 @@ use std::error::Error;
pub mod calendar;
mod task;
mod client;
pub mod client;
pub use calendar::Calendar;
pub use task::Task;