DEV: Fix a flaky quote post spec (#22891)
This commit is contained in:
parent
6bf0c0a52e
commit
a83c1d8f60
|
@ -79,7 +79,6 @@ RSpec.describe QuotedPost do
|
|||
</aside>
|
||||
HTML
|
||||
|
||||
QuotedPost.create!(post_id: post2.id, quoted_post_id: 999)
|
||||
quote = QuotedPost.create!(post_id: post2.id, quoted_post_id: post1.id)
|
||||
original_date = quote.created_at
|
||||
|
||||
|
|
Loading…
Reference in New Issue