We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8bb6f commit f20841bCopy full SHA for f20841b
bin_tests/tests/crashtracker_bin_test.rs
@@ -318,7 +318,6 @@ fn test_report_unhandled_exception() {
318
let artifacts_map = build_artifacts(&artifacts.as_slice()).unwrap();
319
320
let validator: ValidatorFn = Box::new(|payload, _fixtures| {
321
- assert!(false, "{payload:?}");
322
// Verify error kind is UnhandledException
323
let error = &payload["error"];
324
assert_eq!(
0 commit comments