Skip to content

Commit c8ccb6e

Browse files
authored
Исправлен тест
1 parent ee365a3 commit c8ccb6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/com/github/_1c_syntax/bsl/languageserver/WorkDoneProgressHelperTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ void tick() {
141141

142142
// then
143143
report.setMessage("2/2 files");
144+
report.setPercentage(100);
145+
144146
progressParams = new ProgressParams(Either.forLeft("token"), Either.forLeft(report));
145147

146148
verify(languageClient, times(1))
@@ -202,4 +204,4 @@ private ClientCapabilitiesHolder getClientCapabilitiesHolder(Boolean workDonePro
202204

203205
return clientCapabilitiesHolder;
204206
}
205-
}
207+
}

0 commit comments

Comments
 (0)