Skip to content

Commit f1a9095

Browse files
committed
refactor: update ping command test case to use NewSimpleStringAssertion
1 parent cf24e86 commit f1a9095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/test_pubsub_subscribe4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func testPubSubSubscribe4(stageHarness *test_case_harness.TestCaseHarness) error
4545
/* Test against ping from a separate (unsubscribed) client */
4646
pingTestCase2 := test_cases.SendCommandTestCase{
4747
Command: "PING",
48-
Assertion: resp_assertions.NewStringAssertion("PONG"),
48+
Assertion: resp_assertions.NewSimpleStringAssertion("PONG"),
4949
}
5050
return pingTestCase2.Run(clients[1], logger)
5151
}

0 commit comments

Comments
 (0)