Area: contracts/predict-iq/src/modules/resolution.rs
Problem: Tie behavior is not explicitly covered.
Testing gap: No test for equal top tallies.
Acceptance tests: Add test where two outcomes tie at max votes and assert expected error (likely NoMajorityReached) or explicit tie rule.
Area:
contracts/predict-iq/src/modules/resolution.rsProblem: Tie behavior is not explicitly covered.
Testing gap: No test for equal top tallies.
Acceptance tests: Add test where two outcomes tie at max votes and assert expected error (likely
NoMajorityReached) or explicit tie rule.