Modify integration tests to fail on panic
This commit is contained in:
4
tests/fixture/success/testSuccess.rs
Normal file
4
tests/fixture/success/testSuccess.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
#[test]
|
||||
fn passing() {
|
||||
assert!(true);
|
||||
}
|
||||
Reference in New Issue
Block a user