diff options
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_diagnostic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb index b9b995f0f..33cf27b74 100644 --- a/Library/Homebrew/test/test_diagnostic.rb +++ b/Library/Homebrew/test/test_diagnostic.rb @@ -16,7 +16,7 @@ class DiagnosticChecksTest < Homebrew::TestCase def test_inject_file_list assert_equal "foo:\n", @checks.inject_file_list([], "foo:\n") - assert_equal "foo:\n /a\n /b\n", + assert_equal "foo:\n /a\n /b\n", @checks.inject_file_list(%w[/a /b], "foo:\n") end |
