Skip to content
代码片段 群组 项目
未验证 提交 0dfdc198 编辑于 作者: Eugenia Grieff's avatar Eugenia Grieff 提交者: GitLab
浏览文件

Merge branch '500354-follow-on-duo-trial-widget-improvements' into 'master'

Removing redundant factory trait(s)

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170333



Merged-by: default avatarEugenia Grieff <egrieff@gitlab.com>
Approved-by: default avatarTan Le <tle@gitlab.com>
Approved-by: default avatarEugenia Grieff <egrieff@gitlab.com>
Co-authored-by: default avatarBuck OLeary <bucoleary@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
context 'when trial has just ended and group is unpaid' do context 'when trial has just ended and group is unpaid' do
before do before do
build(:gitlab_subscription, :ultimate_trial, :expired_trial, :free, namespace: group, build(:gitlab_subscription, :free, :expired_trial, namespace: group,
trial_starts_on: (trial_duration + 5).days.ago, trial_starts_on: (trial_duration + 5).days.ago,
trial_ends_on: 5.days.ago) trial_ends_on: 5.days.ago)
end end
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
context 'when trial ended more than 10 days ago' do context 'when trial ended more than 10 days ago' do
before do before do
build(:gitlab_subscription, :ultimate_trial, :free, :expired_trial, namespace: group, build(:gitlab_subscription, :free, :expired_trial, namespace: group,
trial_starts_on: (trial_duration + 11).days.ago, trial_starts_on: (trial_duration + 11).days.ago,
trial_ends_on: 11.days.ago) trial_ends_on: 11.days.ago)
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册