From bafce81c1342d568947d5334b0e4704c2a838fae Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 14 Oct 2024 11:33:23 +0200 Subject: [PATCH] updates --- integration/app/cmd_app_test.go | 2 +- integration/ibc/cmd_ibc_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/app/cmd_app_test.go b/integration/app/cmd_app_test.go index 0f1bf3fd82..1c04a9be68 100644 --- a/integration/app/cmd_app_test.go +++ b/integration/app/cmd_app_test.go @@ -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()), diff --git a/integration/ibc/cmd_ibc_test.go b/integration/ibc/cmd_ibc_test.go index ef681f8dd6..5792c9fe78 100644 --- a/integration/ibc/cmd_ibc_test.go +++ b/integration/ibc/cmd_ibc_test.go @@ -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()),