Skip to content

Commit 6c538a9

Browse files
committed
test: Added a failing test for the lack of padding
1 parent 9ae540c commit 6c538a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/backends/test_huggingface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class Email(pydantic.BaseModel):
179179

180180
@pytest.mark.qualitative
181181
def test_generate_from_raw(session):
182-
prompts = ["what is 1+1?", "what is 2+2?", "what is 3+3?", "what is 4+4?"]
182+
prompts = ["what is 1+1?", "what is 2+2?", "what is 3+3?", "what is 4+4?", "what is 4+2+2?"]
183183

184184
results = session.backend._generate_from_raw(
185185
actions=[CBlock(value=prompt) for prompt in prompts], generate_logs=None

0 commit comments

Comments
 (0)