Test that all members can contribute in any order within the same round.
Acceptance Criteria:
- Test with 5 members contributing in random order
- Verify total_contributed matches expected after each contribution
- Verify is_complete flag set after last contribution
- Test duplicate contribution rejection
Files: contracts/sorosave/src/test.rs