style(tests): apply rustfmt to brittle-test hardening changes
This commit is contained in:
parent
45cdd25b3d
commit
431287184b
4 changed files with 68 additions and 17 deletions
|
|
@ -643,7 +643,10 @@ mod tests {
|
|||
|
||||
let (success, output) = run_agent_job(&config, &job).await;
|
||||
assert!(!success, "Agent job without provider key should fail");
|
||||
assert!(!output.is_empty(), "Expected non-empty error output from failed agent job");
|
||||
assert!(
|
||||
!output.is_empty(),
|
||||
"Expected non-empty error output from failed agent job"
|
||||
);
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue