Add channel moving test

This commit is contained in:
Mikayla 2023-08-31 17:48:51 -07:00
parent 119d1c9746
commit aa9a9be7e9
No known key found for this signature in database
4 changed files with 572 additions and 2 deletions

View file

@ -794,11 +794,11 @@ async fn test_joining_channels(db: &Arc<Database>) {
github_login: "user2".into(),
github_user_id: 6,
invite_count: 0,
},
)
.await
.unwrap()
.user_id;
.unwrap() .user_id;
let channel_1 = db
.create_root_channel("channel_1", "1", user_1)