diff options
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/notification_fabricator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fabricators/notification_fabricator.rb b/spec/fabricators/notification_fabricator.rb index 08e984904..b92af0683 100644 --- a/spec/fabricators/notification_fabricator.rb +++ b/spec/fabricators/notification_fabricator.rb @@ -1,4 +1,4 @@ Fabricator(:notification) do activity_id 1 - activity_type "MyString" + activity_type 'Favourite' end |