diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2fb21229b..697c54bc5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -299,7 +299,6 @@ Layout/IndentationConsistency: - 'app/models/attachment.rb' - 'test/functional/issues_controller_test.rb' - 'test/functional/project_enumerations_controller_test.rb' - - 'test/functional/repositories_mercurial_controller_test.rb' - 'test/helpers/application_helper_test.rb' - 'test/integration/api_test/custom_fields_attribute_test.rb' - 'test/integration/api_test/issues_test.rb' diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 0568fdb32..ae399f288 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -212,7 +212,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest @repository.fetch_changesets @project.reload assert_equal NUM_REV, @repository.changesets.count - [ + [ 'default', 'branch-Ü-01', 'branch (1)[2]&,%.-3_4', @@ -237,7 +237,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest @repository.fetch_changesets @project.reload assert_equal NUM_REV, @repository.changesets.count - [ + [ 'tag-Ü-00', 'tag_test.00', 'tag-init-revision'