Skip to content

Commit 3099a7d

Browse files
committed
[rust] Include temporal forced error in recording test
1 parent 7955424 commit 3099a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/tests/record_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ fn test_record() {
4545
}
4646
};
4747
println!("Recording test status code: {:?}", status_code);
48+
panic!("Forced error");
4849
}

0 commit comments

Comments
 (0)