mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-17 18:06:03 -05:00
Satisfies golangci-lint
This commit is contained in:
parent
3b26d825d2
commit
34bc9cc697
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user