aboutsummaryrefslogtreecommitdiff
path: root/lib/bytes/bytes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bytes/bytes_test.go')
-rw-r--r--lib/bytes/bytes_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bytes/bytes_test.go b/lib/bytes/bytes_test.go
index 14592bfb..2f8df54d 100644
--- a/lib/bytes/bytes_test.go
+++ b/lib/bytes/bytes_test.go
@@ -85,7 +85,7 @@ func TestCutUntilToken(t *testing.T) {
}
}
-func TestEncloseRemove(t *testing.T) { //nolint:dupl
+func TestEncloseRemove(t *testing.T) {
line := []byte(`// Copyright 2016-2018 "Shulhan <ms@kilabit.info>". All rights reserved.`)
cases := []struct {