Skip to content

Commit

Permalink
decrease the size of the test chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Jun 27, 2023
1 parent 973198a commit 49e3fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/tx/tx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
func TestSignTxWithDashedAppName(t *testing.T) {
var (
env = envtest.New(t)
appname = "dashed-app-name"
appname = "da-shed-a-p-p"
app = env.Scaffold(appname)
servers = app.RandomizeServerPorts()
ctx, cancel = context.WithCancel(env.Ctx())
Expand Down

0 comments on commit 49e3fb0

Please sign in to comment.