summaryrefslogtreecommitdiff
path: root/spec/bin
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bin')
-rw-r--r--spec/bin/changelog_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bin/changelog_spec.rb b/spec/bin/changelog_spec.rb
index 84bbe0525e5..c3a5abf2b7a 100644
--- a/spec/bin/changelog_spec.rb
+++ b/spec/bin/changelog_spec.rb
@@ -15,7 +15,7 @@ describe 'bin/changelog' do
allow(entry).to receive(:branch_name).and_return('long-branch-' * 100)
file_path = entry.send(:file_path)
- expect(file_path.length).to eq(140)
+ expect(file_path.length).to eq(99)
end
end