Skip to content

Commit 34ecd70

Browse files
committed
style: lint
1 parent e5b0577 commit 34ecd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/modelDependent/llama3.2/promptCompletion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("llama 3.2", () => {
4343
const promptCompletion = await chatSession.completePrompt("Hi there!", {
4444
maxTokens: 11
4545
});
46-
expect(promptCompletion).toMatchInlineSnapshot(`" I'm looking for a new phone case. I need"`);
46+
expect(promptCompletion).toMatchInlineSnapshot("\" I'm looking for a new phone case. I need\"");
4747
expect(LlamaText.fromTokens(model.tokenizer, chatSession.sequence.contextTokens)).toMatchInlineSnapshot(`
4848
LlamaText([
4949
new SpecialToken("BOS"),

0 commit comments

Comments
 (0)