Skip to content

Commit

Permalink
Attempt to correct fixtures in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simfeld committed Mar 9, 2024
1 parent 5e2163a commit 578d877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds/development/event_kinds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

event_kinds = Event::Kind.seed(:id,
{id: 1,
minimum_age: 13, kurs_id_fiver: '1', vereinbarungs_id_fiver: '1' },
minimum_age: 13, kurs_id_fiver: '1', vereinbarungs_id_fiver: '1', validate_course_number: false },

{id: 2,
minimum_age: 17, kurs_id_fiver: '2', vereinbarungs_id_fiver: '2' },
Expand Down

0 comments on commit 578d877

Please sign in to comment.