Skip to content

Commit 5bdef4b

Browse files
committed
remove a duplicate test
1 parent 8e76fef commit 5bdef4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/amazonq/test/unit/lsp/chat/diffAnimation/diffAnimationController.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ describe('DiffAnimationController', function () {
422422
const originalContent = 'original'
423423
const newContent = 'new'
424424

425-
await setupAnimation(filePath, originalContent, newContent)
425+
setupStandardMocks(originalContent)
426+
await controller.startDiffAnimation(filePath, originalContent, newContent, false)
426427
controller.dispose()
427428
const stats = controller.getAnimationStats()
428429
assert.strictEqual(stats.activeCount, 0)

0 commit comments

Comments
 (0)