Skip to content

Commit

Permalink
update create at (#597)
Browse files Browse the repository at this point in the history
Co-authored-by: satawatnack <satawat@bandprotocol.com>
  • Loading branch information
satawatnack and satawatnack authored Feb 28, 2025
1 parent ebcbf66 commit 6e44f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tunnel/keeper/keeper_packet_ibc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (s *KeeperTestSuite) TestSendIBCPacket() {
TunnelID: 1,
Sequence: 1,
Prices: []feedstypes.Price{},
CreatedAt: time.Now().Unix(),
CreatedAt: 1730358471,
}
interval := uint64(60)

Expand Down

0 comments on commit 6e44f42

Please sign in to comment.