Skip to content

Commit e7b4535

Browse files
committed
[codecane] add unique uuid to invalidate cache for tests
1 parent f5d52be commit e7b4535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/src/__tests__/run.integration.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { CodebuffClient } from '../client'
66
describe('Prompt Caching', () => {
77
it('should be cheaper on second request', async () => {
88
const filler =
9+
`Run UUID: ${crypto.randomUUID()} ` +
910
'Ignore this text. This is just to make the prompt longer. '.repeat(500)
1011
const prompt = 'respond with "hi"'
1112

0 commit comments

Comments
 (0)