From 8030b7f152c5a544f8c0019daedebc70b39d6aca Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Tue, 23 May 2023 14:28:45 +0200 Subject: [PATCH] Add teardown() call to guild_creation test --- tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.rs b/tests/integration.rs index f84fa48..7cf76cf 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -128,5 +128,6 @@ mod guild { None => assert!(true), Some(_) => assert!(false), } + crate::teardown(bundle).await } }