diff options
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_utils.rb b/Library/Homebrew/test/test_utils.rb index c97d70285..11332e450 100644 --- a/Library/Homebrew/test/test_utils.rb +++ b/Library/Homebrew/test/test_utils.rb @@ -111,7 +111,7 @@ class UtilTests < Homebrew::TestCase def test_put_columns_empty out, err = capture_io do - puts_columns [] + puts Formatter.columns([]) end assert_equal out, "\n" |
