diff options
Diffstat (limited to 'tests/core/managers/luarocks_spec.lua')
| -rw-r--r-- | tests/core/managers/luarocks_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/managers/luarocks_spec.lua b/tests/core/managers/luarocks_spec.lua index b7321130..a7091e51 100644 --- a/tests/core/managers/luarocks_spec.lua +++ b/tests/core/managers/luarocks_spec.lua @@ -26,7 +26,7 @@ describe("luarocks manager", function() "should install provided version", async_test(function() local handle = InstallHandleGenerator "dummy" - local ctx = InstallContextGenerator(handle, { requested_version = "1.2.3"}) + local ctx = InstallContextGenerator(handle, { requested_version = "1.2.3" }) installer.run_installer(ctx, luarocks.package "lua-cjson") assert.spy(ctx.spawn.luarocks).was_called(1) assert.spy(ctx.spawn.luarocks).was_called_with { |
