Skip to content

Commit 4dbf06c

Browse files
committed
Fix streamer unit tests
1 parent abef80a commit 4dbf06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/generation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ describe("Streamers", () => {
195195
it(
196196
"batch_size=1",
197197
async () => {
198-
const target_chunks = ["helloerdingsdelete ", "melytabular ", "Stadiumoba ", "alcune ", "drug"];
198+
const target_chunks = ["hello", "erdingsdelete ", "melytabular ", "Stadiumoba ", "alcune ", "drug"];
199199
const chunks = [];
200200
const callback_function = (text) => {
201201
chunks.push(text);

0 commit comments

Comments
 (0)