Skip to content

Commit 0b99485

Browse files
authored
fix: fix test to not check version of package (#258)
1 parent 054c798 commit 0b99485

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/system/inspect.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ describe('inspect', () => {
211211
{
212212
pkg: {
213213
name: 's3transfer',
214-
version: '0.10.4',
215214
},
216215
directDeps: ['awss'],
217216
},
@@ -584,7 +583,6 @@ describe('inspect', () => {
584583
{
585584
pkg: {
586585
name: 's3transfer',
587-
version: '0.10.4',
588586
},
589587
directDeps: ['awss'],
590588
},

0 commit comments

Comments
 (0)