Skip to content

Commit 6168f5d

Browse files
Rename function
1 parent a59bdec commit 6168f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/test_auth_auth_command_authentication.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ func testAuthCommandAuthentication(stageHarness *test_case_harness.TestCaseHarne
8989
return err
9090
}
9191

92-
return testRandomCommands(secondClient, logger)
92+
return testAuthenticatedClientUsingRandomCommands(secondClient, logger)
9393
}
9494

95-
func testRandomCommands(client *instrumented_resp_connection.InstrumentedRespConnection, logger *logger.Logger) error {
95+
func testAuthenticatedClientUsingRandomCommands(client *instrumented_resp_connection.InstrumentedRespConnection, logger *logger.Logger) error {
9696
argumentForEchoCommand := random.RandomWord()
9797

9898
allTestCases := []test_cases.SendCommandTestCase{

0 commit comments

Comments
 (0)