diff options
author | Sladyn <gunnerforlife00@gmail.com> | 2019-03-01 20:37:19 +0530 |
---|---|---|
committer | Sladyn <gunnerforlife00@gmail.com> | 2019-03-02 23:06:55 +0530 |
commit | 0c42a7c33ef02cdb72b110b65e36e0e426c19359 (patch) | |
tree | b3f688dfb26f1aca6bba30a77879383890a6d753 /cache/query_test.go | |
parent | e825525a08f3370abd8c05802df09613c421fcb2 (diff) | |
download | git-bug-0c42a7c33ef02cdb72b110b65e36e0e426c19359.tar.gz git-bug-0c42a7c33ef02cdb72b110b65e36e0e426c19359.zip |
Rectified Tests
Diffstat (limited to 'cache/query_test.go')
-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 2d7ee8e1d..f34b3e6ad 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}, |