Skip to content

Commit

Permalink
Fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 15, 2024
1 parent ffff053 commit 8393cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/api/handler/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,9 @@ func (s *BlockTestSuite) TestBlockODS() {
c.SetParamNames("height")
c.SetParamValues("100")

s.blocks.EXPECT().
ByHeightWithStats(gomock.Any(), pkgTypes.Level(100)).
Return(testBlockWithStats, nil).
s.blockStats.EXPECT().
ByHeight(gomock.Any(), pkgTypes.Level(100)).
Return(testBlockStats, nil).
Times(1)

rawTxs := []string{
Expand Down

0 comments on commit 8393cb5

Please sign in to comment.