tests: fix duplicate test case class name
Rename test case class to avoid two definitions of `BlacklistTests`.
This commit is contained in:
parent
97b6a3069e
commit
12413cb760
@ -1,7 +1,7 @@
|
||||
require "testing_env"
|
||||
require "blacklist"
|
||||
|
||||
class BlacklistTests < Homebrew::TestCase
|
||||
class OSMacBlacklistTests < Homebrew::TestCase
|
||||
def assert_blacklisted(s)
|
||||
assert blacklisted?(s), "'#{s}' should be blacklisted"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user