Skip to content

Commit

Permalink
tests(pypi): fix assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jul 7, 2024
1 parent 2be2600 commit d3e77c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mason-core/installer/managers/pypi_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe("pypi manager", function()
assert.spy(ctx.spawn["python3.12"]).was_called_with {
"-m",
"venv",
"--system-site-packages",
"venv",
}
end)
Expand Down Expand Up @@ -169,6 +170,7 @@ describe("pypi manager", function()
assert.spy(ctx.spawn.python3).was_called_with {
"-m",
"venv",
"--system-site-packages",
"venv",
}
assert
Expand Down

0 comments on commit d3e77c6

Please sign in to comment.