Skip to content

Commit

Permalink
Merge pull request #221 from codecrafters-io/update-ru9-desc
Browse files Browse the repository at this point in the history
Update stream_key and other_stream_key lengths in course-definition.yml
  • Loading branch information
rohitpaulk authored Jun 18, 2024
2 parents 89609b6 + 0ee6c59 commit fa8a14e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2710,15 +2710,15 @@ stages:
```text
*2\r\n
*2\r\n
$9\r\nstream_key\r\n
$10\r\nstream_key\r\n
*1\r\n
*2\r\n
$3\r\n0-1\r\n
*2\r\n
$11\r\ntemperature\r\n
$2\r\n95\r\n
*2\r\n
$14\r\nother_stream_key\r\n
$16\r\nother_stream_key\r\n
*1\r\n
*2\r\n
$3\r\n0-2\r\n
Expand All @@ -2737,8 +2737,8 @@ stages:
[
"0-1",
[
"foo",
"bar"
"temperature",
"95"
]
]
]
Expand All @@ -2749,8 +2749,8 @@ stages:
[
"0-2",
[
"bar",
"baz"
"humidity",
"97"
]
]
]
Expand Down

0 comments on commit fa8a14e

Please sign in to comment.