Skip to content

Commit d6fe74b

Browse files
authored
fix: update test (#263)
1 parent 23da360 commit d6fe74b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@snyk/cli-interface": "^2.11.2",
2828
"@snyk/dep-graph": "^1.28.1",
2929
"shescape": "1.6.1",
30-
"snyk-poetry-lockfile-parser": "^1.8.0",
30+
"snyk-poetry-lockfile-parser": "1.8.0",
3131
"tmp": "0.2.3"
3232
},
3333
"devDependencies": {

test/system/inspect.spec.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,9 @@ describe('inspect', () => {
291291
expected: [
292292
{
293293
pkg: {
294-
name: 'zope.interface',
295-
version: '5.4.0',
294+
name: 'zope-interface',
296295
},
297-
directDeps: ['zope.interface'],
296+
directDeps: ['twisted'],
298297
},
299298
{
300299
pkg: {
@@ -662,10 +661,9 @@ describe('inspect', () => {
662661
expected: [
663662
{
664663
pkg: {
665-
name: 'zope.interface',
666-
version: '5.4.0',
664+
name: 'zope-interface',
667665
},
668-
directDeps: ['zope.interface'],
666+
directDeps: ['twisted'],
669667
},
670668
{
671669
pkg: {

0 commit comments

Comments
 (0)