diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb index 88d16679e..ad13134c1 100644 --- a/test/unit/repository_git_test.rb +++ b/test/unit/repository_git_test.rb @@ -616,6 +616,6 @@ class RepositoryGitTest < ActiveSupport::TestCase puts "Git UTF-8 test repository contains Emoji." puts "Tests connot run on NOT utf8mb4 MySQL." puts "Skipping unit tests !!!" - def test_fake; assert true end + def test_fake; assert true end end end