Skip to content

Commit 969e78c

Browse files
committed
test: allow JSON-RPC fixture startup on CI
1 parent bcbe871 commit 969e78c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tests/NoturcodeCoreTests/NoturcodeCoreTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,8 +2760,7 @@ final class NoturcodeCoreTests: XCTestCase {
27602760
try await transport.start { _ in }
27612761
let result = try await transport.request(
27622762
method: "fixture/ping",
2763-
params: .object(["value": .string("pong")]),
2764-
timeout: .seconds(2)
2763+
params: .object(["value": .string("pong")])
27652764
)
27662765
XCTAssertEqual(result.firstString(for: ["value"]), "pong")
27672766
await transport.stop()

0 commit comments

Comments
 (0)