Skip to content

Commit

Permalink
fix(share): type in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Dec 11, 2024
1 parent c5008b6 commit d245e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/availability/light/availability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func TestPruneWithCancelledContext(t *testing.T) {
avail.Close(ctx)

preDeleteCount := countKeys(ctx, t, clientBs)
require.EqualValues(t, sampleAmount, preDeleteCount)
require.EqualValues(t, sampleAmount, uint(preDeleteCount))

// prune the samples
err = avail.Prune(ctx, h)
Expand Down

0 comments on commit d245e1f

Please sign in to comment.