Skip to content

Commit

Permalink
no longer bytestring
Browse files Browse the repository at this point in the history
  • Loading branch information
gongy committed Feb 15, 2024
1 parent c1c103f commit 9fb1601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
print(line.decode(), end="")

print("Asserting that the output contains the expected SQL query")
assert b"[SQL] SELECT" in output and b"[/SQL]" in output
assert "[SQL] SELECT" in output and "[/SQL]" in output

0 comments on commit 9fb1601

Please sign in to comment.