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-12-11 15:13:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-11 15:13:09 +0300
commitee2024d964d1742a8ec01da89e0b34351c9303ab (patch)
tree7c8108788f3db88c579974951bb2cb1b792e871e /scripts
parent5f6fe673fa797f46ee747df4553a9c216224bb85 (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 f4872276b94..ee6346bb7d4 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',
- changed_file: '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']
+ changed_file: 'db/migrate/20230707003301_add_expiry_notified_at_to_member.rb',
+ expected: ['spec/migrations/add_expiry_notified_at_to_member_spec.rb']
},
# rubocop:disable Layout/LineLength
{