Skip to content

Commit

Permalink
test(bot): add reset call to querybot test
Browse files Browse the repository at this point in the history
- Ensures the bot is reset after each query to maintain test isolation and consistency.
  • Loading branch information
ericmjl committed Mar 16, 2024
1 parent 54a8a5c commit 5d28f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bot/test_querybot.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ def test_querybot(
)

bot("How are you doing?")
bot.reset()

0 comments on commit 5d28f7e

Please sign in to comment.