Skip to content

Commit 136a8bb

Browse files
author
Sylwester Fraczek
committed
fixup fix test filesx
1 parent 373f234 commit 136a8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

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

559559
#[test]
560560
fn test_validate_file_names_no_extension() {
561-
let fpath = ".git/dedcription";
561+
let fpath = ".git/description";
562562
let files = vec![String::from(fpath)];
563563

564564
let err = validate_file_names(&files).unwrap_err();

0 commit comments

Comments
 (0)