Skip to content

Commit c6f23ed

Browse files
committed
Fix failing checks
1 parent abf6638 commit c6f23ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ciphers/hill.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mod tests {
101101

102102
#[test]
103103
fn test_numbers_to_text_conversion() {
104-
assert_eq!(numbers_to_text(&vec![0, 1, 2, 23, 24, 25]), "ABCXYZ");
104+
assert_eq!(numbers_to_text(&[0, 1, 2, 23, 24, 25]), "ABCXYZ");
105105
}
106106

107107
#[test]

0 commit comments

Comments
 (0)