Skip to content

Commit

Permalink
feedback bg: assert_eq
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Jan 17, 2024
1 parent e7a4ca3 commit 4cf483e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/datadog/logs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn common_assertions(payloads: &mut [Value]) {

info!("log events received: {n_log_events}");

assert!(n_log_events == expected_log_events());
assert_eq!(n_log_events, expected_log_events());
}

#[tokio::test]
Expand Down

0 comments on commit 4cf483e

Please sign in to comment.