diff --git a/test/test_consume_loc_drop.rb b/test/test_consume_loc_drop.rb index 786eca7..8bac0a5 100644 --- a/test/test_consume_loc_drop.rb +++ b/test/test_consume_loc_drop.rb @@ -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 diff --git a/test/test_generate_loc_drop.rb b/test/test_generate_loc_drop.rb index 3571323..e4c1d2b 100644 --- a/test/test_generate_loc_drop.rb +++ b/test/test_generate_loc_drop.rb @@ -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