Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Aug 20, 2024
1 parent 9029258 commit 8bb40f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions staking/integration-tests/tests/voting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ use {

#[test]
/// This test has two purposes:
/// 1) to test the voting functionality against the deployed governance program
/// 2) to test that stake account positions with the old fixed sized position array can be turned
/// into the new version by calling merge_target_positions and nothing breaks
/// 1) to test the voting functionality against the deployed governance program and configuration
/// 2) to test that the new staking account is compatible with stake account positions with the old
/// fixed sized position array and such accounts can be turned into the new version by calling
/// merge_target_positions and nothing breaks
fn test_voting() {
let SetupResult {
mut svm,
Expand Down

0 comments on commit 8bb40f8

Please sign in to comment.