diff --git a/router/src/main.rs b/router/src/main.rs index 8a5cf459..5296e787 100644 --- a/router/src/main.rs +++ b/router/src/main.rs @@ -629,9 +629,9 @@ mod tests { let post_processor = create_post_processor(&tokenizer, &tokenizer_config).unwrap(); let expected = TemplateProcessing::builder() - .try_single(":0 $A:0 :1") + .try_single(":0 $A:0") .unwrap() - .try_pair(":0 $A:0 $B:1") + .try_pair(":0 $A:0 :1 $B:1") .unwrap() .special_tokens(vec![("".to_string(), 1)]) .build()