Fix the test

This commit is contained in:
kozabrada123 2023-07-30 09:10:32 +02:00
parent 1ce9bf08cd
commit 8b76936050
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ async fn create_and_get_roles() {
let expected = types::RoleObject::get_all(&mut bundle.user, guild)
.await
.unwrap()
.unwrap()[2]
.clone();