Skip to content

Commit

Permalink
fixed #2 scenario comment (300 -> 400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zavgorodnii committed Mar 27, 2023
1 parent 3df6e57 commit 6064e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/vesting-managed/src/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ fn remove_vesting_accounts() {
// 4. Check that vesting_state is { total_granted: 400, total_released: 200 }
// 5. Remove vesting schedules
// 6. Check that the user has 0 vesting tokens, check that the owner has received
// 300/2 tokens back, check that the vesting contract has 0 tokens on its balance,
// 400/2 tokens back, check that the vesting contract has 0 tokens on its balance,
// and check that the user 400/2 tokens on their balance.
// 7. Check that vesting_state is { total_granted: 0, total_released: 0 }
//
Expand Down

0 comments on commit 6064e8c

Please sign in to comment.