Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Dec 6, 2024
1 parent b59c7df commit 3deeade
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions program/tests/program_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -977,8 +977,6 @@ impl StakeLifecycle {
}
}

// TODO test whole-balance split (there are a lot more split tests i didnt port
// yet tho)
#[test_case(StakeLifecycle::Uninitialized; "uninitialized")]
#[test_case(StakeLifecycle::Initialized; "initialized")]
#[test_case(StakeLifecycle::Activating; "activating")]
Expand Down Expand Up @@ -1129,7 +1127,6 @@ async fn test_split(split_source_type: StakeLifecycle) {
}
}

// TODO lockup... unenforced and enforced? also maybe for split
#[test_case(StakeLifecycle::Uninitialized; "uninitialized")]
#[test_case(StakeLifecycle::Initialized; "initialized")]
#[test_case(StakeLifecycle::Activating; "activating")]
Expand Down

0 comments on commit 3deeade

Please sign in to comment.