-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(bb-bnc): enhance test coverage for core functionality (#1613)
* test(bb-bnc): add comprehensive test coverage for arithmetic overflow, multiple positions, and unlock time boundaries - Add complex_arithmetic_operations_should_not_overflow test - Add multiple_positions_with_complex_rewards tests (both success and failure cases) - Add unlock_time_edge_cases_should_work test - Improve test assertions with specific value checks - Follow existing test patterns and conventions Co-Authored-By: [email protected] <[email protected]> * style(bb-bnc): fix test formatting to match project style Co-Authored-By: [email protected] <[email protected]> * fix(bb-bnc): correct MaxBlock usage in tests to fix CI Co-Authored-By: [email protected] <[email protected]> * fix(bb-bnc): adjust test expectations to match actual pallet behavior Co-Authored-By: [email protected] <[email protected]> * style(bb-bnc): fix test formatting to match CI requirements Co-Authored-By: [email protected] <[email protected]> * fix(bb-bnc): correct test expectations for unlock time validation Co-Authored-By: [email protected] <[email protected]> * fix(bb-bnc): revert incorrect test changes and restore original expectations Co-Authored-By: [email protected] <[email protected]> * fix: 🐛 test --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]> Co-authored-by: yooml <[email protected]>
- Loading branch information
1 parent
338804a
commit 88a5b3b
Showing
1 changed file
with
271 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters