Skip to content

Commit 49205df

Browse files
committed
fix git workflow build
1 parent 2b01eac commit 49205df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fuzz_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,8 @@ proptest! {
919919
// Invariant: total supply >= 0
920920
assert!(total_supply >= 0, "Total supply should never be negative");
921921

922-
// Invariant: total supply should be non-negative
923922

923+
let expected_min_from_fees = markets_created * 100; // Each market creation adds 100 points
924924

925925
assert!(
926926
total_supply >= expected_min_from_fees.saturating_sub(1000), // Allow tolerance for edge cases

0 commit comments

Comments
 (0)