Skip to content

Commit

Permalink
linter: Suppress staticcheck - using deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Sep 26, 2023
1 parent bd673c9 commit 0f77f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storagegroup/storagegroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func TestStorageGroup_WriteToV2(t *testing.T) {
require.Nil(t, v2.GetValidationHash())
require.Nil(t, v2.GetMembers())
require.Zero(t, v2.GetValidationDataSize())
// nolint:staticcheck
require.Zero(t, v2.GetExpirationEpoch())
})

Expand Down

0 comments on commit 0f77f94

Please sign in to comment.