diff --git a/test/@types/vitest.d.ts b/test/@types/vitest.d.ts index c771387efb8..853c18e1190 100644 --- a/test/@types/vitest.d.ts +++ b/test/@types/vitest.d.ts @@ -165,7 +165,7 @@ declare module "vitest" { * @param ppUsed - The numerical amount of PP that should have been consumed, * or `all` to indicate the move should be _out_ of PP * @remarks - * If the Pokemon's moveset has been set via {@linkcode Overrides.MOVESET_OVERRIDE}/{@linkcode Overrides.OPP_MOVESET_OVERRIDE} + * If the Pokemon's moveset has been set via {@linkcode Overrides.MOVESET_OVERRIDE}/{@linkcode Overrides.ENEMY_MOVESET_OVERRIDE} * or does not contain exactly one copy of `moveId`, this will fail the test. */ toHaveUsedPP(moveId: MoveId, ppUsed: number | "all"): void;