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 } }