discord: fix tag search commands being limited to 2 tags.
This commit is contained in:
@@ -82,7 +82,7 @@ module PostSets
|
||||
should "fail" do
|
||||
@set = PostSets::Post.new("a b c", user: create(:user))
|
||||
|
||||
assert_raises(::Post::SearchError) do
|
||||
assert_raises(PostQueryBuilder::TagLimitError) do
|
||||
@set.posts
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user