tests.pnpm: rename pnpm_11 test to pnpm_11_v3

Make the fetcher version explicit in the test name in preparation for
adding a v4 test.

Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Krüger
2026-05-23 22:13:33 +02:00
committed by Sefa Eyeoglu
parent 8255b29ce1
commit f09853e8b7
7 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
{
pnpm-empty-lockfile = callPackage ./pnpm-empty-lockfile { };
pnpm-fixup-state-db = callPackage ./pnpm-fixup-state-db { };
pnpm_11 = callPackage ./pnpm_11 { };
pnpm_11_v3 = callPackage ./pnpm_11_v3 { };
}