From 02d0dcf5606b7903978cfa6582c81f951f45e751 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 27 Jun 2022 16:29:47 +0900 Subject: [PATCH] Fix a build error This commit fixes the following build error. ```console % bundle exec rspec ./spec/project_spec.rb:202 Run options: include {:focus=>true, :locations=>{"./spec/project_spec.rb"=>[202]}} Randomized with seed 14569 F Failures: 1) RuboCop Project Changelog entry contributor name has a unique contributor name Failure/Error: expect(contributor_names.uniq.size).to eq contributor_names.size expected: 581 got: 580 (compared using ==) Shared Example Group: "has Changelog format" called from ./spec/project_spec.rb:234 # ./spec/project_spec.rb:202:in `block (5 levels) in ' Finished in 0.01846 seconds (files took 1.27 seconds to load) 1 example, 1 failure Failed examples: rspec ./spec/project_spec.rb:201 # RuboCop Project Changelog entry contributor name has a unique contributor name Randomized with seed 14569 ``` --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7803f7d9b..9932eb45b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6317,5 +6317,4 @@ [@zachahn]: https://github.com/zachahn [@kaitielth]: https://github.com/kaitielth [@j-miyake]: https://github.com/j-miyake -[@kaitielth]: https://github.com/kaitielth [@FnControlOption]: https://github.com/FnControlOption