Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4fc86d7

Browse files
committed
Fix some lints in LSP tests
Change-Id: Iff7e69d5d452a7bd405b727ab4966e1d71a89bda Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103531 Auto-Submit: Danny Tuppeny <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent d4e2d78 commit 4fc86d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/analysis_server/test/lsp/initialization_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class InitializationTest extends AbstractLspAnalysisServerTest {
170170
const Duration(seconds: 1),
171171
onTimeout: () {
172172
didTimeout = true;
173+
return null;
173174
},
174175
);
175176

pkg/analysis_server/test/lsp/server_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class ServerTest extends AbstractLspAnalysisServerTest {
7575
const Duration(seconds: 1),
7676
onTimeout: () {
7777
didTimeout = true;
78+
return null;
7879
},
7980
);
8081

0 commit comments

Comments
 (0)