chore: use utils from client api test util

This commit is contained in:
Fu Zi Xiang 2024-01-23 16:01:36 +08:00
parent a683e8447e
commit b10c85c8aa
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
mod casbin;
mod collab;
mod gotrue;
pub mod user;
mod user;
mod workspace;
mod websocket;

View File

@ -1,4 +1,4 @@
use crate::user::utils::generate_unique_registered_user_client;
use client_api_test_util::generate_unique_registered_user_client;
#[tokio::test]
async fn add_and_delete_workspace_for_user() {