Skip to content

Commit d9ae2bd

Browse files
committed
lint
1 parent f78f099 commit d9ae2bd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/query/query_builder_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ import (
2323
// linuxCkLastModified matches the mock linux-ck package fixture.
2424
const linuxCkLastModified = 1646250901
2525

26-
// linuxCkAgeTag is the expected age badge when NowFunc is pinned to linuxCkFixedNow.
27-
// 365 days after linuxCkLastModified -> "[365d]" in cyan.
28-
const linuxCkAgeTag = "\x1b[36m[365d]\x1b[0m"
29-
3026
var linuxCkFixedNow = time.Unix(linuxCkLastModified+365*24*3600, 0)
3127

3228
func TestSourceQueryBuilder(t *testing.T) {

0 commit comments

Comments
 (0)