Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xJack21 committed Mar 17, 2024
1 parent ebeb41e commit 856d742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sseread_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestReadFromCloudflareLama2(t *testing.T) {
e := new(llamaMsg)
err := json.Unmarshal(event.Data, e)
if err != nil {
t.Error(err)
t.Error(err, string(event.Data))
} else {
// Append the response to the fulltext string
fulltext += e.Response
Expand Down

0 comments on commit 856d742

Please sign in to comment.