diff options
Diffstat (limited to 'tests/core/process_spec.lua')
| -rw-r--r-- | tests/core/process_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/process_spec.lua b/tests/core/process_spec.lua index 2db42865..3c76b462 100644 --- a/tests/core/process_spec.lua +++ b/tests/core/process_spec.lua @@ -79,7 +79,7 @@ describe("process.spawn", function() assert.wait_for(function() assert.spy(callback).was_called(1) - assert.spy(callback).was_called_with(true) + assert.spy(callback).was_called_with(true, 0) assert.equal(table.concat(stdio.buffers.stdout, ""), "HELLO=world\nMY_ENV=var\n") end) end) |
