Skip to content

Commit 3d3c6ba

Browse files
committed
fix
1 parent 0958ee9 commit 3d3c6ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/server/tests/unit/test_completion.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,7 @@ def check_slots_status():
261261
"prompt,n_predict,requested_fields",
262262
[
263263
("I believe the meaning of life is", 8, []),
264-
(
265-
"I believe the meaning of life is", 32, ["content", "generation_settings/n_predict", "prompt"],
266-
),
264+
("I believe the meaning of life is", 32, ["content", "generation_settings/n_predict", "prompt"]),
267265
],
268266
)
269267
def test_completion_requested_fields(

0 commit comments

Comments
 (0)