Skip to content

Commit 9949709

Browse files
author
David Hasani
committed
fix test
1 parent 7fe2434 commit 9949709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/codewhisperer/commands/transformByQ.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ describe('transformByQ', function () {
532532
message: expectedMessage,
533533
}
534534
)
535-
sinon.assert.calledThrice(fetchStub)
535+
sinon.assert.callCount(fetchStub, 4)
536536
})
537537

538538
it('should not retry upload on non-retriable error', async () => {

0 commit comments

Comments
 (0)