Fixed unit tests.
This commit is contained in:
parent
92e869b065
commit
cc282757bb
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ class TestConsumeLocDrop < CommandTestCase
|
|||
end
|
||||
end
|
||||
|
||||
@runner = Twine::Runner.new(nil, options, @twine_file)
|
||||
@runner = Twine::Runner.new(options, @twine_file)
|
||||
end
|
||||
|
||||
def test_consumes_zip_file
|
||||
|
|
|
@ -14,7 +14,7 @@ class TestGenerateLocDrop < CommandTestCase
|
|||
end
|
||||
end
|
||||
|
||||
@runner = Twine::Runner.new(nil, options, @twine_file)
|
||||
@runner = Twine::Runner.new(options, @twine_file)
|
||||
end
|
||||
|
||||
def test_generates_zip_file
|
||||
|
|
Reference in a new issue