Skip to content

Commit

Permalink
fix:tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Oct 21, 2023
1 parent 0153a84 commit 831897f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_mixins/test_server_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_lastsave(r: redis.Redis):
assert isinstance(r.lastsave(), datetime)


@pytest.mark.min_server('7')
def test_command(r: redis.Redis):
commands_dict = r.command()
one_word_commands = {cmd for cmd in SUPPORTED_COMMANDS if ' ' not in cmd}
Expand Down

0 comments on commit 831897f

Please sign in to comment.