We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee365a3 commit c8ccb6eCopy full SHA for c8ccb6e
src/test/java/com/github/_1c_syntax/bsl/languageserver/WorkDoneProgressHelperTest.java
@@ -141,6 +141,8 @@ void tick() {
141
142
// then
143
report.setMessage("2/2 files");
144
+ report.setPercentage(100);
145
+
146
progressParams = new ProgressParams(Either.forLeft("token"), Either.forLeft(report));
147
148
verify(languageClient, times(1))
@@ -202,4 +204,4 @@ private ClientCapabilitiesHolder getClientCapabilitiesHolder(Boolean workDonePro
202
204
203
205
return clientCapabilitiesHolder;
206
}
-}
207
+}
0 commit comments