Rectified Tests

Sladyn created

Change summary

cache/query_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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},