mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
tests: remove duplicates
These were made duplicates by removing length modifiers. Closes #11951
This commit is contained in:
committed by
Johannes Altmanninger
parent
8cb5ad9693
commit
78e8f87e54
@@ -55,7 +55,5 @@ mod tests {
|
||||
#[test]
|
||||
fn test_sprintf() {
|
||||
assert_eq!(sprintf!("Hello, %s!", "world"), "Hello, world!");
|
||||
assert_eq!(sprintf!("Hello, %s!", "world"), "Hello, world!");
|
||||
assert_eq!(sprintf!("Hello, %s!", "world"), "Hello, world!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user