0
0
Fork 0

Worker specs coverage increase (#32541)

This commit is contained in:
Matt Jankowski 2024-10-23 03:50:20 -04:00 committed by GitHub
parent bd0c826a3d
commit d1b20ea8f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 186 additions and 15 deletions

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
Fabricator(:account_conversation) do
account
conversation
status_ids { [Fabricate(:status).id] }
end