Skip to content

Commit

Permalink
Removed unnecessary code in TestRollupStatsGrouping
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Nov 14, 2024
1 parent 0d4edf6 commit e6829f0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmd/api/handler/rollup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,12 +505,7 @@ func (s *RollupTestSuite) TestRollupStatsGrouping() {
s.Require().Len(stats, 1)

groupedStats := stats[0]
testRollupWithGroupedStats = storage.RollupGroupedStats{
Fee: 0.1,
Size: 0.2,
BlobsCount: 3,
Group: "stack",
}

s.Require().EqualValues(0.1, groupedStats.Fee)
s.Require().EqualValues(0.2, groupedStats.Size)
s.Require().EqualValues(3, groupedStats.BlobsCount)
Expand Down

0 comments on commit e6829f0

Please sign in to comment.