From 0e9c9fbe93a21b2dd26ba9ebd2a2d365925f1896 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 18 Apr 2020 04:59:51 +0000 Subject: 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 --- test/unit/repository_git_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb index a25a771e1..ea4de0f11 100644 --- a/test/unit/repository_git_test.rb +++ b/test/unit/repository_git_test.rb @@ -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, -- cgit v1.2.3