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 66b04e6a..a543cd9c 100644
--- a/lib/bytes/bytes_test.go
+++ b/lib/bytes/bytes_test.go
@@ -171,7 +171,7 @@ func TestIsTokenAt(t *testing.T) {
p int
exp bool
}{{
- // empty
+ token: nil,
}, {
token: []byte("world"),
p: -1,