Fix testcase that relied on false behavior implemented by older spacebar servers

This commit is contained in:
bitfl0wer 2024-07-24 15:55:49 +02:00
parent dd85a7de17
commit f0fc6eab4d
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 0 additions and 9 deletions

View File

@ -70,15 +70,6 @@ async fn guild_create_ban() {
)
.await
.unwrap();
assert!(Guild::create_ban(
guild.id,
other_user_id,
None,
GuildBanCreateSchema::default(),
&mut bundle.user,
)
.await
.is_err());
common::teardown(bundle).await
}