Skip to content

Commit

Permalink
build: fix write type
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Dec 10, 2024
1 parent a73da2b commit 252eec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def test_llama(create_kani, gh_log):
"---\n\n"
"> What are some cool things to do in Tokyo?\n\n"
)
gh_log.write(resp)
gh_log.write(resp.text)
gh_log.write("\n\n---\n\n")


Expand Down

0 comments on commit 252eec1

Please sign in to comment.