Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
spicy-sauce committed Aug 5, 2024
1 parent d899ca7 commit ca996af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/common/redis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def add_to_emp_stream(redis_client: Redis):
],
"__$$opcode": "u"
},
# gender length is invalid (except from Cassandra)
# gender length is too long, should be failed (except from Cassandra)
{
"_id": 11,
"fname": "jane",
Expand Down

0 comments on commit ca996af

Please sign in to comment.