Journal support

This commit is contained in:
mdecimus
2023-09-15 19:39:03 +02:00
parent 0a640c3758
commit 216fcf2d73
4 changed files with 25 additions and 1 deletions

View File

@@ -363,7 +363,7 @@ impl SMTP {
assert_eq!(value, expected, "Variable {name:?} has unexpected value");
} else {
panic!("Missing variable {name:?} with value {expected:?}\nExpected {:?}\nFound: {:?}",
expected_variables.keys().collect::<Vec<_>>(),
expected_variables.keys().collect::<Vec<_>>(),
instance.global_variable_names().collect::<Vec<_>>());
}
}