Skip to content

Commit 8b9f019

Browse files
committed
Fix a build warning in ConnectionTests.swift
1 parent a912fc0 commit 8b9f019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LanguageServerProtocolJSONRPCTests/ConnectionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class ConnectionTests: XCTestCase {
148148
static let method: String = "unknown"
149149
}
150150

151-
_ = client.send(UnknownNote())
151+
client.send(UnknownNote())
152152

153153
// Nothing bad should happen; check that the next request works.
154154

0 commit comments

Comments
 (0)