Skip to content

Commit

Permalink
chore: change network publish integration test to use example repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Oct 18, 2022
1 parent e87d9a0 commit 661f4e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion integration/network/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,12 @@ func TestNetworkPublish(t *testing.T) {
step.Exec(
envtest.IgniteApp,
"network", "chain", "publish",
"https://github.com/lubtd/planet",
"https://github.com/ignite/example",
"--local",
// The hash is used to be sure the test uses the right config
// version. Hash value must be updated to the latest when the
// config version in the repository is updated to a new version.
"--hash", "b8b2cc2876c982dd4a049ed16b9a6099eca000aa",
),
step.Stdout(&b),
)),
Expand Down

0 comments on commit 661f4e1

Please sign in to comment.