Skip to content

Commit

Permalink
patch slow wallet test
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 9, 2023
1 parent 95eca48 commit fe9a4e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ spec ol_framework::slow_wallet {

aborts_if !exists<SacredCow<SlowDrip>>(@0x2);

aborts_if borrow_global<SacredCow<SlowDrip>>(@0x2).value != 100000;
aborts_if borrow_global<SacredCow<SlowDrip>>(@0x2).value != 30000 * 1000000;
}
}

0 comments on commit fe9a4e5

Please sign in to comment.