Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Sep 1, 2024
1 parent 83ec0fd commit b55e50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-holder-tokenizers/src/chat_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ mod tests {
content: "Hi".to_string(),
},
];
let result = chat_template.apply(messages).unwrap();
let result = chat_template.apply(messages, true).unwrap();
assert_eq!("Hello user: Hello\nHi assistant: Hi\n", result);
}
}

0 comments on commit b55e50a

Please sign in to comment.