Skip to content

Commit 3733a29

Browse files
committed
test(lockfile.fs): avoid cspell-flagged token in matcher test
1 parent 24f211e commit 3733a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lockfile/fs/test/gitBranchLockfile.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test('git-branch lockfile matcher requires literal dots and a branch segment', (
2626
'pnpm-lock.main.yaml', // branch lockfile
2727
'pnpm-lock.feature.x.yaml', // branch name containing a dot
2828
'pnpm-lock.yaml', // base lockfile, not a branch lockfile
29-
'pnpm-lockxmainxyaml', // no literal dots
29+
'pnpm-lock-main-yaml', // no literal dots
3030
'my-pnpm-lock.main.yaml', // does not start at the beginning
3131
'README.md',
3232
]) {

0 commit comments

Comments
 (0)