Skip to content

Commit fbdc484

Browse files
committed
Fix dlx-binary test to expect _dlx instead of cache
1 parent 54a4ca0 commit fbdc484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/dlx-binary.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ describe('dlx-binary', () => {
9292

9393
expect(cachePath).toBeDefined()
9494
expect(cachePath).toContain('.socket')
95-
expect(cachePath).toContain('cache')
96-
expect(cachePath).toContain('dlx')
95+
expect(cachePath).toContain('_dlx')
9796
// Should not contain backslashes on any platform
9897
expect(cachePath.includes('\\')).toBe(false)
9998
})

0 commit comments

Comments
 (0)