fix: test

This commit is contained in:
Zack Fu Zi Xiang 2024-07-26 11:59:38 +08:00
parent 83064daf00
commit 5e3f84ca3a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ async fn invite_workspace_crud() {
assert_eq!(accepted_invs.len(), 1);
// workspace now have 2 members
let member_count = bob_client
let member_count = alice_client
.get_workspaces_opt(QueryWorkspaceParam {
include_member_count: Some(true),
})