aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_requirement.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_requirement.rb')
-rw-r--r--Library/Homebrew/test/test_requirement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_requirement.rb b/Library/Homebrew/test/test_requirement.rb
index 3f78ad53f..5efb21fd9 100644
--- a/Library/Homebrew/test/test_requirement.rb
+++ b/Library/Homebrew/test/test_requirement.rb
@@ -132,7 +132,7 @@ class RequirementTests < Homebrew::TestCase
def test_not_eql
a, b = Requirement.new([:optional]), Requirement.new
- assert_not_equal a.hash, b.hash
+ refute_equal a.hash, b.hash
assert !a.eql?(b)
assert !b.eql?(a)
end