Skip to content

Commit f20841b

Browse files
committed
remove debug panic
1 parent 0d8bb6f commit f20841b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin_tests/tests/crashtracker_bin_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ fn test_report_unhandled_exception() {
318318
let artifacts_map = build_artifacts(&artifacts.as_slice()).unwrap();
319319

320320
let validator: ValidatorFn = Box::new(|payload, _fixtures| {
321-
assert!(false, "{payload:?}");
322321
// Verify error kind is UnhandledException
323322
let error = &payload["error"];
324323
assert_eq!(

0 commit comments

Comments
 (0)