Skip to content

Commit

Permalink
fix type test fail
Browse files Browse the repository at this point in the history
Signed-off-by: BoazBD <boazbd@amazon.com>
  • Loading branch information
BoazBD committed Oct 27, 2024
1 parent 6d06941 commit 99f6049
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/python/tests/tests_server_modules/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ async def test_json_mget(self, glide_client: TGlideClient):
[key1, key2],
".non_existing_path",
)
expected_result = [None, None]
assert result == expected_result
assert result == [None, None]

# Keys don't exist
result = await json.mget(
Expand Down

0 comments on commit 99f6049

Please sign in to comment.