refactor taskchampion::server into a module with submodules

This commit is contained in:
Dustin J. Mitchell
2020-11-24 18:04:49 -05:00
parent 7cfa27fc7e
commit 549d3b9f6d
5 changed files with 13 additions and 6 deletions

View File

@@ -296,8 +296,8 @@ impl TaskDB {
#[cfg(test)]
mod tests {
use super::*;
use crate::server::test::TestServer;
use crate::taskstorage::InMemoryStorage;
use crate::testing::testserver::TestServer;
use chrono::Utc;
use proptest::prelude::*;
use std::collections::HashMap;