From ba184918413bac197a53914693fdd0728cfd182a Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Thu, 4 Aug 2022 16:33:30 +0530 Subject: [PATCH] fix: tests --- internal/cli/server/config_legacy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/server/config_legacy_test.go b/internal/cli/server/config_legacy_test.go index 1b52096216..a8127915a1 100644 --- a/internal/cli/server/config_legacy_test.go +++ b/internal/cli/server/config_legacy_test.go @@ -139,7 +139,7 @@ func TestConfigLegacy(t *testing.T) { PasswordFile: "", AllowInsecureUnlock: false, UseLightweightKDF: false, - DisableBorWallet: false, + DisableBorWallet: true, }, GRPC: &GRPCConfig{ Addr: ":3131",