Skip to content

Commit 76e096a

Browse files
committed
Fix test name to be extractCellsSliceContext
1 parent 383eed4 commit 76e096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/unit/codewhisperer/util/editorContext.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ describe('editorContext', function () {
213213
})
214214
})
215215

216-
describe('extractPrefixCellsContext', function () {
216+
describe('extractCellsSliceContext', function () {
217217
it('Should extract content from cells in reverse order up to maxLength from prefix cells', function () {
218218
const mockCells = [
219219
createNotebookCell(createMockDocument('First cell content')),

0 commit comments

Comments
 (0)