Skip to content

Commit 8af88e2

Browse files
authored
fix(tests): restore shared-kit test module compilation after NSNull coalesce (#100903)
1 parent a98a646 commit 8af88e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/shared/OpenClawKit/Tests/OpenClawKitTests/GatewayNodeSessionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ private final class FakeGatewayWebSocketTask: WebSocketTasking, @unchecked Senda
313313
"id": id,
314314
"nodeId": "test-node",
315315
"command": command,
316-
"paramsJSON": paramsJSON ?? NSNull(),
316+
"paramsJSON": paramsJSON ?? (NSNull() as Any),
317317
],
318318
]
319319
return (try? JSONSerialization.data(withJSONObject: frame)) ?? Data()

0 commit comments

Comments
 (0)