Skip to content

Commit 7195dd0

Browse files
committed
fix test
1 parent 371fabf commit 7195dd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ describe('runtimeLanguageContext', function () {
177177
'jsx',
178178
'kotlin',
179179
'php',
180-
'plaintext',
181180
'python',
182181
'ruby',
183182
'rust',
@@ -288,7 +287,6 @@ describe('runtimeLanguageContext', function () {
288287
['jsx', 'jsx'],
289288
['kotlin', 'kt'],
290289
['php', 'php'],
291-
['plaintext', 'txt'],
292290
['python', 'py'],
293291
['ruby', 'rb'],
294292
['rust', 'rs'],

0 commit comments

Comments
 (0)