Remove usage of random sample values in specs (#24869)
parent
540b446f77
commit
74c77c5274
@ -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