From b28b21fd7fec17e372f8bf0fe118c32318d44f84 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 24 Oct 2016 17:27:20 +0200 Subject: Don’t use bare percent literals. --- Library/Homebrew/test/test_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/test_patch.rb') diff --git a/Library/Homebrew/test/test_patch.rb b/Library/Homebrew/test/test_patch.rb index 120f0a3a5..62624720e 100644 --- a/Library/Homebrew/test/test_patch.rb +++ b/Library/Homebrew/test/test_patch.rb @@ -119,7 +119,7 @@ class ExternalPatchTests < Homebrew::TestCase end def test_inspect - assert_equal %(#), @p.inspect + assert_equal '#', @p.inspect end def test_cached_download -- cgit v1.2.3