fixed testcase
Release / Build and Release (push) Successful in 2m1s

This commit is contained in:
2026-04-01 14:27:26 +02:00
parent 7b5b2fba6b
commit 6fa14c0b84
+1 -1
View File
@@ -189,7 +189,7 @@ mod tests {
#[test]
fn test_no_tokens() {
let result = format_template("plain text", &[]);
let result = format_template::<&'static str>("plain text", &[]);
assert_eq!(result, "plain text");
}