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:
Diffstat (limited to 'spec/services/cohorts_service_spec.rb')
-rw-r--r--spec/services/cohorts_service_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/services/cohorts_service_spec.rb b/spec/services/cohorts_service_spec.rb
index ab53bcf8657..fe7383d7f5d 100644
--- a/spec/services/cohorts_service_spec.rb
+++ b/spec/services/cohorts_service_spec.rb
@@ -94,8 +94,7 @@ RSpec.describe CohortsService, feature_category: :shared do
}
]
- expect(described_class.new.execute).to eq(months_included: 12,
- cohorts: expected_cohorts)
+ expect(described_class.new.execute).to eq(months_included: 12, cohorts: expected_cohorts)
end
end
end