Skip to content

Commit

Permalink
Try to copy the message and add regexes
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Nov 28, 2023
1 parent c501532 commit 0b7f5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@ fn delete_old_databases() -> Result<()> {

// inside dir was deleted
child.expect_stdout_line_matches(format!(
"deleted outdated state directory deleted_db={canonicalized_inside_dir:?}"
"deleted outdated state database directory.*deleted_db.*=.*{canonicalized_inside_dir:?}"
))?;
assert!(!inside_dir.as_path().exists());

Expand Down

0 comments on commit 0b7f5b9

Please sign in to comment.