diff --git a/d2common/d2datautils/bitmuncher_test.go b/d2common/d2datautils/bitmuncher_test.go index f850da23..77d68784 100644 --- a/d2common/d2datautils/bitmuncher_test.go +++ b/d2common/d2datautils/bitmuncher_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" ) -var testData = []byte{33, 23, 4, 33, 192, 243} +var testData = []byte{33, 23, 4, 33, 192, 243} //nolint:gochecknoglobals func TestBitmuncherCopy(t *testing.T) { bm1 := CreateBitMuncher(testData, 0)