Ensure that usernames, user ids, and client ids match in random collaboration test
This makes the logs easier to interpret
This commit is contained in:
parent
4ee8ee5a06
commit
c5351a1276
3 changed files with 21 additions and 17 deletions
|
@ -2117,7 +2117,7 @@ pub mod tests {
|
|||
Self {
|
||||
background,
|
||||
users: Default::default(),
|
||||
next_user_id: Mutex::new(1),
|
||||
next_user_id: Mutex::new(0),
|
||||
projects: Default::default(),
|
||||
worktree_extensions: Default::default(),
|
||||
next_project_id: Mutex::new(1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue