fix: bot model test did not destruct tuple

This commit is contained in:
Paul Makles
2024-06-29 18:20:01 +01:00
parent 0954d71f51
commit f9d9059e73
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ mod tests {
.await
.unwrap();
let bot = Bot::create(
let (bot, _) = Bot::create(
&db,
"Bot Name".to_string(),
&owner,