Add teardown() call to guild_creation test

This commit is contained in:
bitfl0wer 2023-05-23 14:28:45 +02:00
parent 9fce6c4606
commit 8030b7f152
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 0 deletions

View File

@ -128,5 +128,6 @@ mod guild {
None => assert!(true), None => assert!(true),
Some(_) => assert!(false), Some(_) => assert!(false),
} }
crate::teardown(bundle).await
} }
} }