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/lib/feature_spec.rb')
-rw-r--r--spec/lib/feature_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/feature_spec.rb b/spec/lib/feature_spec.rb
index 82580d5d700..77a4880bf6e 100644
--- a/spec/lib/feature_spec.rb
+++ b/spec/lib/feature_spec.rb
@@ -583,7 +583,7 @@ RSpec.describe Feature, stub_feature_flags: false do
end
context 'when flag is new and not feature_flag_state_logs' do
- let(:milestone) { "14.6" }
+ let(:milestone) { "14.9" }
it { is_expected.to be_truthy }
end