Skip to content

Commit

Permalink
Lint fixes in S3Storage
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Moore <[email protected]>
  • Loading branch information
jimmyaxod committed Oct 24, 2024
1 parent 85a59c3 commit 00bf562
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 129 deletions.
2 changes: 1 addition & 1 deletion pkg/storage/device/device_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestDeviceSync(t *testing.T) {
metrics := stats[0].(*sources.S3Metrics)

// Do some asserts on the S3Metrics... It should have written each block at least once by now.
assert.GreaterOrEqual(t, num_blocks, int(metrics.Blocks_w_count))
assert.GreaterOrEqual(t, num_blocks, int(metrics.BlocksWCount))

prov.Close()
}
Loading

0 comments on commit 00bf562

Please sign in to comment.