Skip to content

Commit 938bba3

Browse files
committed
ci: fix
1 parent 56c6b93 commit 938bba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/diagnostics/upgrade.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ describe('resolveUpgrade', () => {
4848
})
4949

5050
it('should preserve protocol prefix in targetVersion', async () => {
51-
expect(resolveUpgrade(...await createOptions('npm:^1.0.0'))).toBe('npm:^2.7.0')
51+
expect(resolveUpgrade(...await createOptions('npm:foo@^1.0.0'))).toBe('npm:foo@^2.7.0')
5252
})
5353
})

0 commit comments

Comments
 (0)