diff options
Diffstat (limited to 'cache')
-rw-r--r-- | cache/query_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/query_test.go b/cache/query_test.go index 2d7ee8e1..f34b3e6a 100644 --- a/cache/query_test.go +++ b/cache/query_test.go @@ -22,7 +22,7 @@ func TestQueryParse(t *testing.T) { {"label:hello", true}, {`label:"Good first issue"`, true}, - {"title:Bug titleOne", true}, + {"title:titleOne", true}, {`title:"Bug titleTwo"`, true}, {"sort:edit", true}, |