Skip to content

Commit e3cd45a

Browse files
committed
FixUp: more javascript tests from tsserver upgrade
1 parent ebd8003 commit e3cd45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ycmd/tests/javascript/get_completions_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def test_GetCompletions_AutoImport( self, app ):
159159
'extra_data': has_entries( {
160160
'fixits': contains_inanyorder(
161161
has_entries( {
162-
'text': 'Import \'Bår\' from module "./unicode"',
162+
'text': 'Add import from "./unicode"',
163163
'chunks': contains_exactly(
164164
ChunkMatcher(
165165
matches_regexp( '^import { Bår } from "./unicode";\r?\n'

0 commit comments

Comments
 (0)