do not require taskchampion from sync-server
This commit is contained in:
@@ -74,7 +74,7 @@ mod test {
|
||||
use crate::app_scope;
|
||||
use crate::storage::{InMemoryStorage, Storage};
|
||||
use actix_web::{http::StatusCode, test, App};
|
||||
use taskchampion::Uuid;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn test_success() {
|
||||
|
||||
@@ -45,7 +45,7 @@ mod test {
|
||||
use crate::app_scope;
|
||||
use crate::storage::{InMemoryStorage, Storage};
|
||||
use actix_web::{http::StatusCode, test, App};
|
||||
use taskchampion::Uuid;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn test_success() {
|
||||
|
||||
Reference in New Issue
Block a user