Skip to content

Commit 332e309

Browse files
committed
add truthy
1 parent 033613e commit 332e309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/e2e/amazonq/review.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ describe('Amazon Q Code Review', function () {
275275
{
276276
timeout: 10_000,
277277
interval: 500,
278-
truthy: false,
278+
truthy: true,
279279
}
280280
)
281281
await new Promise((resolve) => setTimeout(resolve, 1000))
@@ -303,7 +303,7 @@ describe('Amazon Q Code Review', function () {
303303
{
304304
timeout: CodeWhispererConstants.codeFixJobTimeoutMs,
305305
interval: CodeWhispererConstants.codeFixJobPollingIntervalMs,
306-
truthy: false,
306+
truthy: true,
307307
}
308308
)
309309

0 commit comments

Comments
 (0)