Skip to content

Commit 8724665

Browse files
committed
fix: use other instead of uncategorized. Please workflow
1 parent bd6dd04 commit 8724665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sr/pam/rpassword.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ mod test {
251251
e.kind(),
252252
io::ErrorKind::NotFound
253253
| io::ErrorKind::PermissionDenied
254-
| io::ErrorKind::Uncategorized
254+
| io::ErrorKind::Other
255255
),
256256
"Unexpected error kind: {:?}",
257257
e.kind()

0 commit comments

Comments
 (0)