From b628eea725bd46a59a365dc9dda3144bb0d3e24b Mon Sep 17 00:00:00 2001 From: insumity Date: Mon, 11 Mar 2024 17:00:07 +0100 Subject: [PATCH] nit change in test --- tests/integration/expired_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/expired_client.go b/tests/integration/expired_client.go index cfba19803e..a46df32d8e 100644 --- a/tests/integration/expired_client.go +++ b/tests/integration/expired_client.go @@ -96,7 +96,7 @@ func (s *CCVTestSuite) TestConsumerPacketSendExpiredClient() { delegate(s, delAddr, bondAmt) // send CCV packet to consumer - s.providerChain.NextBlock() + s.nextEpoch() // bond more tokens on provider to change validator powers delegate(s, delAddr, bondAmt)