From 6e44f4257d0b63733fc41a47d0df09c694196a3f Mon Sep 17 00:00:00 2001 From: satawat thitisupakul Date: Fri, 28 Feb 2025 14:36:01 +0700 Subject: [PATCH] update create at (#597) Co-authored-by: satawatnack --- x/tunnel/keeper/keeper_packet_ibc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/tunnel/keeper/keeper_packet_ibc_test.go b/x/tunnel/keeper/keeper_packet_ibc_test.go index c356a05ca..59e67e414 100644 --- a/x/tunnel/keeper/keeper_packet_ibc_test.go +++ b/x/tunnel/keeper/keeper_packet_ibc_test.go @@ -22,7 +22,7 @@ func (s *KeeperTestSuite) TestSendIBCPacket() { TunnelID: 1, Sequence: 1, Prices: []feedstypes.Price{}, - CreatedAt: time.Now().Unix(), + CreatedAt: 1730358471, } interval := uint64(60)