We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf24e86 commit f1a9095Copy full SHA for f1a9095
internal/test_pubsub_subscribe4.go
@@ -45,7 +45,7 @@ func testPubSubSubscribe4(stageHarness *test_case_harness.TestCaseHarness) error
45
/* Test against ping from a separate (unsubscribed) client */
46
pingTestCase2 := test_cases.SendCommandTestCase{
47
Command: "PING",
48
- Assertion: resp_assertions.NewStringAssertion("PONG"),
+ Assertion: resp_assertions.NewSimpleStringAssertion("PONG"),
49
}
50
return pingTestCase2.Run(clients[1], logger)
51
0 commit comments