mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Fix issue during manual testing
This commit is contained in:
parent
26157cf5a7
commit
c7edefd247
4 changed files with 18 additions and 8 deletions
|
|
@ -60,7 +60,7 @@ describe("pipInterceptor", async () => {
|
|||
},
|
||||
{
|
||||
url: "https://pypi.org/packages/source/f/foo_bar/foo_bar-2.0.0a1.tar.gz",
|
||||
expected: { packageName: "foo_bar", version: "2.0.0a1" },
|
||||
expected: { packageName: "foo-bar", version: "2.0.0a1" },
|
||||
},
|
||||
{
|
||||
url: "https://pypi.org/packages/source/f/foo_bar/foo_bar-2.0.0-cp38-cp38-manylinux1_x86_64.whl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue