aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_exceptions.rb')
-rw-r--r--Library/Homebrew/test/test_exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_exceptions.rb b/Library/Homebrew/test/test_exceptions.rb
index 671b433e4..689531c6e 100644
--- a/Library/Homebrew/test/test_exceptions.rb
+++ b/Library/Homebrew/test/test_exceptions.rb
@@ -13,7 +13,7 @@ class ExceptionsTest < Homebrew::TestCase
end
def test_formula_validation_error
- assert_equal %(invalid attribute for formula 'foo': sha257 ("magic")),
+ assert_equal %q(invalid attribute for formula 'foo': sha257 ("magic")),
FormulaValidationError.new("foo", "sha257", "magic").to_s
end