Skip to content

Commit 013e645

Browse files
committed
test
1 parent 1f15b95 commit 013e645

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/amazonq/test/e2e/inline/inline.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ describe('Amazon Q Inline', async function () {
175175
while (attempt < retries) {
176176
try {
177177
await setup()
178+
if (attempt === 0) {
179+
attempt = 1
180+
throw new Error('testing if this works')
181+
}
178182
console.log('succeeded')
179183
log()
180184
break

0 commit comments

Comments
 (0)