mirror of https://github.com/mastodon/mastodon
Remove usage of random sample values in specs (#24869)
parent
b84bc2de5d
commit
604e1c2b11
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:notification) do
|
||||
activity fabricator: [:mention, :status, :follow, :follow_request, :favourite].sample
|
||||
activity fabricator: :status
|
||||
account
|
||||
end
|
||||
|
Loading…
Reference in New Issue