Skip to content

Commit

Permalink
fix lint ci failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Farber98 committed Oct 30, 2024
1 parent 3e280ba commit 7475aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/solana/fees/block_history_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ func TestBlockHistoryEstimator_MultipleBlocks(t *testing.T) {
require.NoError(t, err, "Failed to parse block at slot %d", slot)
require.NotEmpty(t, feeData.Prices, "No compute unit prices found in block at slot %d", slot)
medianPrice, err := mathutil.Median(feeData.Prices...)
require.NoError(t, err, "Failed to calculate median price for block at slot %d", slot)
testPrices = append(testPrices, medianPrice)
}
testSlotsResult := rpc.BlocksResult(testSlots)
Expand Down

0 comments on commit 7475aef

Please sign in to comment.