Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Oct 14, 2024
1 parent b5b50e4 commit bafce81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/app/cmd_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func TestGenerateAppWithEmptyModule(t *testing.T) {
"--yes",
"with_dep",
"--dep",
"account,bank,staking,slashing,example",
"auth,bank,staking,slashing,example",
"--require-registration",
),
step.Workdir(app.SourcePath()),
Expand Down
2 changes: 1 addition & 1 deletion integration/ibc/cmd_ibc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestCreateModuleWithIBC(t *testing.T) {
"with_dep",
"--ibc",
"--dep",
"account,bank,staking,slashing",
"auth,bank,staking,slashing",
"--require-registration",
),
step.Workdir(app.SourcePath()),
Expand Down

0 comments on commit bafce81

Please sign in to comment.