Skip to content

Commit

Permalink
test(taiko-client): support multi clusters reorg hive test (#17987)
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Aug 27, 2024
1 parent 3a0bfa7 commit 28d9072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/taiko-client/integration_test/hive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ func TestHiveHandler(t *testing.T) {
t.Run(fmt.Sprintf("taiko-deneb-testnet/test-deneb-genesis/clusters(%d)", len(clientGroups)), func(t *testing.T) {
testDenebGenesis(t, clientGroups)
})
t.Run(fmt.Sprintf("taiko-deneb-reorg/test-deneb-reorg/clusters(%d)", len(clientGroups)), func(t *testing.T) {
testDenebReorg(t, clientGroups)
})
}

func testDenebGenesis(t *testing.T, clientGroups [][]string) {
Expand Down

0 comments on commit 28d9072

Please sign in to comment.