Skip to content

Commit 8b4e9df

Browse files
committed
Updating error message
1 parent aa70bbe commit 8b4e9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn verify_config_test_names() {
8686
Path::new("tests/target/configs"),
8787
] {
8888
for entry in fs::read_dir(path).expect("Couldn't read configs directory") {
89-
let entry = entry.expect("Couldn't get DirEntry");
89+
let entry = entry.expect("Couldn't get directory entry");
9090
let path = entry.path();
9191
if path.is_dir() {
9292
let config_name = path.file_name().unwrap().to_str().unwrap();

0 commit comments

Comments
 (0)