Skip to content

Commit

Permalink
pr comment: fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Dec 19, 2024
1 parent 9fda0de commit 7c2febc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2etest/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestQueueConsumer(t *testing.T) {
}
}

// TestStakingLifecycle verifies the happy path of BTC delegation state transitions
// TestStakingEarlyUnbonding verifies the following state transitions:
// PENDING -> VERIFIED -> ACTIVE -> UNBONDING/EARLY_UNBONDING
// 1. Create BTC delegation without inclusion proof in Babylon node (pre-approval flow)
// 2. Wait for delegation to be PENDING in Indexer DB
Expand All @@ -77,7 +77,7 @@ func TestQueueConsumer(t *testing.T) {
// 10. Wait for delegation to be UNBONDED in Babylon node
// 11. Wait for delegation to be UNBONDING and sub-state to be EARLY_UNBONDING in Indexer DB
// 12. Verify unbonding staking event emitted by Indexer
func TestStakingLifecycle(t *testing.T) {
func TestStakingEarlyUnbonding(t *testing.T) {
// Segw is activated at height 300. It's necessary for staking/slashing tx
numMatureOutputs := uint32(300)
ctx := context.Background()
Expand Down

0 comments on commit 7c2febc

Please sign in to comment.