Fix migration in migrate_epic_notes_mentions_to_db_spec.rb
The spec for the migration assumed that the primary ID for notes started at 1, but if another migration ran before it that would change the sequence. We can fix this by hard-coding the IDs in the spec to start at 1. Closes https://gitlab.com/gitlab-org/gitlab/issues/199297
Showing
Please register or sign in to comment