Fix typo in tab test setup
This is one of the many problems with using OpenStruct.
This commit is contained in:
parent
391bc4c981
commit
cd91709120
@ -11,7 +11,7 @@ class TabTests < Homebrew::TestCase
|
||||
@tab = Tab.new({
|
||||
:used_options => @used,
|
||||
:unused_options => @unused,
|
||||
:build_as_bottle => false,
|
||||
:built_as_bottle => false,
|
||||
:poured_from_bottle => true,
|
||||
:tapped_from => "Homebrew/homebrew",
|
||||
:time => nil,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user