diff --git a/spec/factories/event_types.rb b/spec/factories/event_types.rb index 92fdf1c8..dce51724 100644 --- a/spec/factories/event_types.rb +++ b/spec/factories/event_types.rb @@ -23,7 +23,7 @@ FactoryBot.define do length { 30 } minimum_abstract_length { 0 } maximum_abstract_length { 500 } - description { 'Example Event Description'} + description { 'Example Event Description' } submission_instructions { 'Example Event Instructions'} color { '#ffffff' } program