Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).

git-svn-id: http://svn.redmine.org/redmine/trunk@19706 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-04-18 04:59:51 +00:00
parent 49af897712
commit 0e9c9fbe93

View File

@@ -592,7 +592,7 @@ class RepositoryGitTest < ActiveSupport::TestCase
end
if File.directory?(REPOSITORY_UTF8_PATH) &&
!(Redmine::Database::mysql? && !is_mysql_utf8mb4)
!(Redmine::Database.mysql? && !is_mysql_utf8mb4)
def test_utf8_emoji
repo = Repository::Git.create(
:project => @project,