chore: use utils from client api test util
This commit is contained in:
parent
a683e8447e
commit
b10c85c8aa
|
|
@ -1,7 +1,7 @@
|
||||||
mod casbin;
|
mod casbin;
|
||||||
mod collab;
|
mod collab;
|
||||||
mod gotrue;
|
mod gotrue;
|
||||||
pub mod user;
|
mod user;
|
||||||
mod workspace;
|
mod workspace;
|
||||||
|
|
||||||
mod websocket;
|
mod websocket;
|
||||||
|
|
|
||||||
|
|
@ -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]
|
#[tokio::test]
|
||||||
async fn add_and_delete_workspace_for_user() {
|
async fn add_and_delete_workspace_for_user() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue