Skip to content

Commit d9a680c

Browse files
committed
Revert "[rust] Remove forced error in recording test"
This reverts commit 81ff737.
1 parent d9af0cf commit d9a680c

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)