DEV: Fix a flaky quote post spec (#22891)

This commit is contained in:
Jarek Radosz 2023-08-01 00:48:40 +02:00 committed by GitHub
parent 6bf0c0a52e
commit a83c1d8f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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