diff --git a/__tests__/cache-save.test.ts b/__tests__/cache-save.test.ts
index 64ef942c..4e678945 100644
--- a/__tests__/cache-save.test.ts
+++ b/__tests__/cache-save.test.ts
@@ -153,7 +153,7 @@ describe('run', () => {
       expect(setFailedSpy).not.toHaveBeenCalled();
     });
 
-    it('should not save cache for npm', async () => {
+    it('should not save cache for pnpm', async () => {
       inputs['cache'] = 'pnpm';
       getStateSpy.mockImplementation(() => pnpmFileHash);
       getCommandOutputSpy.mockImplementationOnce(() => `${commonPath}/pnpm`);