We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78f099 commit d9ae2bdCopy full SHA for d9ae2bd
1 file changed
pkg/query/query_builder_test.go
@@ -23,10 +23,6 @@ import (
23
// linuxCkLastModified matches the mock linux-ck package fixture.
24
const linuxCkLastModified = 1646250901
25
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
-
30
var linuxCkFixedNow = time.Unix(linuxCkLastModified+365*24*3600, 0)
31
32
func TestSourceQueryBuilder(t *testing.T) {
0 commit comments