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
|
# frozen_string_literal: true
|
||||||
|
|
||||||
Fabricator(:notification) do
|
Fabricator(:notification) do
|
||||||
activity fabricator: [:mention, :status, :follow, :follow_request, :favourite].sample
|
activity fabricator: :status
|
||||||
account
|
account
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue