log_message_collector: assert that the log file exists if it has only started
This will fail, because that is currently not the case. However, the following commit will make the tests pass.
This commit is contained in:
parent
cf2c6712bd
commit
64af23ec6c
|
@ -398,6 +398,7 @@ mod tests {
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
assert!(p.path().join("routing-key-foo/attempt-id-foo").exists());
|
||||||
assert_eq!(vec![worker::Action::Ack], worker.consumer(&job));
|
assert_eq!(vec![worker::Action::Ack], worker.consumer(&job));
|
||||||
|
|
||||||
logmsg.line_number = 5;
|
logmsg.line_number = 5;
|
||||||
|
|
Loading…
Reference in a new issue