1 parent bcbe871 commit 969e78cCopy full SHA for 969e78c
1 file changed
Tests/NoturcodeCoreTests/NoturcodeCoreTests.swift
@@ -2760,8 +2760,7 @@ final class NoturcodeCoreTests: XCTestCase {
2760
try await transport.start { _ in }
2761
let result = try await transport.request(
2762
method: "fixture/ping",
2763
- params: .object(["value": .string("pong")]),
2764
- timeout: .seconds(2)
+ params: .object(["value": .string("pong")])
2765
)
2766
XCTAssertEqual(result.firstString(for: ["value"]), "pong")
2767
await transport.stop()
0 commit comments