Skip to content

Commit

Permalink
fix bcd and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Dec 2, 2024
1 parent 7be9d6c commit 90dabfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/cosmwasm/bcd/bcd_test_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func StartBcdTestManager(t *testing.T) *BcdTestManager {
// 4. prepare EOTS manager
eotsHomeDir := filepath.Join(testDir, "eots-home")
eotsCfg := eotsconfig.DefaultConfigWithHomePath(eotsHomeDir)
eh := e2eutils.NewEOTSServerHandler(t, eotsCfg, eotsHomeDir)
eh := e2eutils.NewEOTSServerHandler(t, logger, eotsCfg, eotsHomeDir)
eh.Start()
// wait for EOTS servers to start
// see https://github.com/babylonchain/finality-provider/pull/517
Expand Down

0 comments on commit 90dabfa

Please sign in to comment.