Skip to content

Commit

Permalink
test assert len
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Jul 9, 2024
1 parent 13222fd commit 1a7b132
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-tools/omdb/tests/test_all_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ fn assert_oximeter_list_producers_output(
&& line.contains(&test_producer.to_string())
});

assert!(found, "test producer {} and producer UUID {} not found in oximeter list-producers output", test_producer, PRODUCER_UUID);
assert!(
found,
"test producer {} and producer UUID {} not found on line together",
test_producer, PRODUCER_UUID
);
}

#[tokio::test]
Expand Down

0 comments on commit 1a7b132

Please sign in to comment.