Skip to content

Commit

Permalink
updating assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Suvorov authored and ion-elgreco committed Dec 1, 2023
1 parent 3eb308d commit da69639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/deltalake-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ mod tests {
let path_still_doesnt_exist = !FolderPath::new(path_str).exists();
assert!(
path_still_doesnt_exist,
"Path still doesn't exist, empty folder wasn't created"
"Path exists for some reason, but it shouldn't"
);

Err(e)
Expand Down

0 comments on commit da69639

Please sign in to comment.