Skip to content

Commit c0d04ab

Browse files
author
nidhi-singh02
committed
unit test cover fix
Signed-off-by: nidhi-singh02 <[email protected]>
1 parent a6191c4 commit c0d04ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing/simulated/simcomet.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import (
3333
"github.com/berachain/beacon-kit/node-core/builder"
3434
"github.com/berachain/beacon-kit/node-core/components/metrics"
3535
cmtcfg "github.com/cometbft/cometbft/config"
36+
"github.com/cometbft/cometbft/node"
3637
dbm "github.com/cosmos/cosmos-db"
3738
sdk "github.com/cosmos/cosmos-sdk/types"
3839
)
@@ -84,3 +85,7 @@ func (s *SimComet) CreateQueryContext(height int64, prove bool) (sdk.Context, er
8485
func (s *SimComet) LastBlockHeight() int64 {
8586
panic("unimplemented")
8687
}
88+
89+
func (s *SimComet) GetCometNode() *node.Node {
90+
return s.Comet.GetCometNode()
91+
}

0 commit comments

Comments
 (0)