react to feedback

This commit is contained in:
Aiqiao Yan
2025-04-17 20:23:07 +00:00
parent f1591cfa68
commit 1c557cdc25
6 changed files with 23 additions and 16 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ describe('main.ts', () => {
expect(core.setOutput).toHaveBeenNthCalledWith(
2,
'response-path',
'response-file',
expect.stringContaining('modelResponse.txt')
)
})
@@ -101,7 +101,7 @@ describe('main.ts', () => {
)
expect(core.setOutput).toHaveBeenNthCalledWith(
2,
'response-path',
'response-file',
expect.stringContaining('modelResponse.txt')
)
})