Skip to content

Commit

Permalink
fix: premium collateralization test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Dec 12, 2023
1 parent 776c745 commit 4366f32
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/vault-registry/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1016,9 +1016,6 @@ mod get_vaults_below_premium_collaterlization_tests {
#[test]
fn get_vaults_below_premium_collateralization_fails() {
run_test(|| {
// set back to default threshold
set_default_thresholds();

add_vault(vault_id(4), 50, 100);

assert_err!(
Expand Down

0 comments on commit 4366f32

Please sign in to comment.