Skip to content

Commit d870fea

Browse files
authored
Merge pull request #2196 from futreall/main
fix err `TestPinPong` to `TestPingPong` relay_pingpong_test.go
2 parents 9c3a892 + 8bf5e68 commit d870fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/relay_pingpong_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929

3030
var doNotTimeout = clienttypes.NewHeight(1, 1111111)
3131

32-
func TestPinPong(t *testing.T) {
32+
func TestPingPong(t *testing.T) {
3333
// custom IBC protocol example
3434
// scenario: given two chains,
3535
// with a contract on chain A and chain B

0 commit comments

Comments
 (0)