Skip to content

Commit

Permalink
Update test_assistants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Feb 12, 2024
1 parent dacf2da commit 4276fcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/beta/assistants/test_assistants.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ def test_interactive(self, mock_create, mock_delete):
ai = Assistant()
mock_create.assert_not_called()
assert not ai.id
response = ai.say("hi")
assert response
ai.say("hi")
assert not ai.id
mock_create.assert_called()
mock_delete.assert_called()
Expand Down

0 comments on commit 4276fcc

Please sign in to comment.