Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix print log
Browse files Browse the repository at this point in the history
RexWzh committed Jun 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3b25b79 commit 80376df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_chattool.py
Original file line number Diff line number Diff line change
@@ -196,7 +196,6 @@ def test_error_message():
assert resp.error_code == "invalid_api_key"
assert resp.is_valid() == False


def test_usage():
resp = Resp(response=response)
assert resp.total_tokens == 18

0 comments on commit 80376df

Please sign in to comment.