Skip to content

Commit

Permalink
Update error message to expect start of a new RESP2 value instead of …
Browse files Browse the repository at this point in the history
…RESP value.
  • Loading branch information
rohitpaulk committed Apr 29, 2024
1 parent 0b1f9f4 commit 674306f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test_helpers/fixtures/ping-pong/eof
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Debug = true
[stage-2] Sent bytes: "*1\r\n$4\r\nPING\r\n"
[stage-2] Received: "" (no content received)
[stage-2]  ^ error
[stage-2] Error: Expected start of a new RESP value (either +, -, :, $ or *)
[stage-2] Error: Expected start of a new RESP2 value (either +, -, :, $ or *)
[stage-2] Test failed
[stage-2] Terminating program
[stage-2] Program terminated successfully

0 comments on commit 674306f

Please sign in to comment.