tests: fix tag name '(' test broken by dd21d4b45.

This commit is contained in:
evazion
2022-03-26 16:31:20 -05:00
parent 231075fb49
commit a12f82cb86

View File

@@ -60,13 +60,6 @@ class PostQueryBuilderTest < ActiveSupport::TestCase
assert_tag_match([post1], "\\")
end
should "return posts for the ( tag" do
post1 = create(:post, tag_string: "(")
post2 = create(:post, tag_string: "aaa bbb")
assert_tag_match([post1], "(")
end
should "return posts for the ? tag" do
post1 = create(:post, tag_string: "?")
post2 = create(:post, tag_string: "aaa bbb")