Skip to content

Commit 63ba665

Browse files
committed
fixed broken tests
1 parent 61a3089 commit 63ba665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

io.typefox.lsapi.services/src/test/java/io/typefox/lsapi/services/test/JsonBasedLanguageServerTest.xtend

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class JsonBasedLanguageServerTest {
131131
documentOnTypeFormattingProvider = null
132132
renameProvider = null
133133
]
134-
supportedLanguages = null
135134
]
136135
''')
137136
assertOutput('''

io.typefox.lsapi.services/src/test/java/io/typefox/lsapi/services/test/JsonSerializeTest.xtend

+2-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ class JsonSerializeTest {
383383
},
384384
"options": {
385385
"tabSize": 4,
386-
"insertSpaces": false
386+
"insertSpaces": false,
387+
"properties": {}
387388
}
388389
},
389390
"jsonrpc": "2.0"

0 commit comments

Comments
 (0)