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