Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 03:07:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 03:07:46 +0300
commit6ac9f963e62db1a2c347517694b94bd86c1fb37f (patch)
tree7a35d62777b9a5a8e789865e78f971a07a01b874 /scripts
parente690e4ea1fff57191fb1166e5022c2bcfe308c86 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/verify-tff-mapping4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/verify-tff-mapping b/scripts/verify-tff-mapping
index 4ce0ec306d7..0bf4db52698 100755
--- a/scripts/verify-tff-mapping
+++ b/scripts/verify-tff-mapping
@@ -90,8 +90,8 @@ tests = [
{
explanation: 'Migration should map to its non-timestamped spec',
- source: 'db/migrate/20221014034338_populate_releases_access_level_from_repository.rb',
- expected: ['spec/migrations/populate_releases_access_level_from_repository_spec.rb']
+ source: 'db/migrate/20221011062254_sync_new_amount_used_for_ci_project_monthly_usages.rb',
+ expected: ['spec/migrations/sync_new_amount_used_for_ci_project_monthly_usages_spec.rb']
},
# rubocop:disable Layout/LineLength
{