1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 21:55:24 +00:00

Satisfies golangci-lint

This commit is contained in:
Will Roberts 2021-03-23 23:40:24 -04:00
parent 34bc9cc697
commit 804f4148d3

View File

@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
var testData = []byte{33, 23, 4, 33, 192, 243} //nolint:gochecknoglobals var testData = []byte{33, 23, 4, 33, 192, 243} //nolint:gochecknoglobals // just a test
func TestBitmuncherCopy(t *testing.T) { func TestBitmuncherCopy(t *testing.T) {
bm1 := CreateBitMuncher(testData, 0) bm1 := CreateBitMuncher(testData, 0)