We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0bf73 commit f16e290Copy full SHA for f16e290
1 file changed
ReactiveXComponentTest/WebSocket/WebSocketTests.cs
@@ -119,6 +119,7 @@ public void SubscriberHeaderFieldsTest()
119
xcConfiguration.GetStateMachineCode(componentName, stateMachineName).Returns(x => stateMachineCodeSent);
120
xcConfiguration.GetSubscriberTopic(componentName, stateMachineName).Returns(x => subscriberPublicTopic);
121
xcConfiguration.GetSnapshotTopic(componentName).Returns(x => snapshotTopic);
122
+ xcConfiguration.GetSerializationType().Returns(XCApiTags.Json);
123
124
var webSocketClient = Substitute.For<IWebSocketClient>();
125
webSocketClient.IsOpen.Returns(true);
0 commit comments