diff options
author | Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> | 2018-02-24 13:40:18 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-02-24 05:40:18 +0100 |
commit | f8f0572ee09122dd8fda51aec899f939c6ab03bf (patch) | |
tree | d723b5168ccb4a9be1d9e3ca1b85add74e0363d9 /spec/fabricators | |
parent | e668180044560e28bdc5eef94744c210013efcda (diff) |
Do not push status to feed if its reblog is already inserted (#6488)
A complemental change for precompute_feed_service_spec.rb also fixes its random failure which is caused by the Snowlake randomization of the order of an original status and its reblog.
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/list_fabricator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fabricators/list_fabricator.rb b/spec/fabricators/list_fabricator.rb index d249c2029..2a61b317b 100644 --- a/spec/fabricators/list_fabricator.rb +++ b/spec/fabricators/list_fabricator.rb @@ -1,4 +1,4 @@ Fabricator(:list) do - account nil + account title "MyString" end |