Fixed unit tests.

This commit is contained in:
Sebastian Ludwig 2015-11-29 18:50:35 +01:00
parent 92e869b065
commit cc282757bb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View 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