Skip to content

Commit a60854b

Browse files
ci: add regenerated fixtures
1 parent 9cf5c01 commit a60854b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

internal/test_helpers/fixtures/bind/failure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[tester::#JM1] Connecting to port 6379...
44
[your_program] hey, not going to bind!
55
[tester::#JM1] Failed to connect to port 6379.
6-
[tester::#JM1] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
6+
[tester::#JM1] Test failed

internal/test_helpers/fixtures/bind/timeout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
[tester::#JM1] Failed to connect to port 6379, retrying in 1s
1616
[tester::#JM1] Failed to connect to port 6379, retrying in 1s
1717
[tester::#JM1] timed out, test exceeded 15 seconds
18-
[tester::#JM1] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
18+
[tester::#JM1] Test failed

internal/test_helpers/fixtures/ping-pong/without_crlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
[tester::#RG2] Received: "+PONG"
66
[tester::#RG2]  ^ error
77
[tester::#RG2] Error: Expected \r\n at the end of a simple string
8-
[tester::#RG2] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
8+
[tester::#RG2] Test failed

internal/test_helpers/fixtures/ping-pong/without_read_multiple_pongs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[your_program] Logs from your program will appear here!
44
[tester::#RG2] [client] $ redis-cli PING
55
[tester::#RG2] Found extra data: "+PONG\r\n+PONG\r\n"
6-
[tester::#RG2] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
6+
[tester::#RG2] Test failed

0 commit comments

Comments
 (0)