diff --git a/contracts/collateral-registry/src/lib.rs b/contracts/collateral-registry/src/lib.rs index 3dceed2..c38752d 100644 --- a/contracts/collateral-registry/src/lib.rs +++ b/contracts/collateral-registry/src/lib.rs @@ -835,6 +835,7 @@ mod test { } #[test] + fn test_verify_collateral_not_found() { #[should_panic(expected = "HostError: Error(Contract, #8)")] fn test_accept_admin_no_pending() { let env = Env::default();