Skip to content

Commit 60b93ee

Browse files
Fix encoding
Signed-off-by: Allen Samuels <allenss@amazon.com>
1 parent ec8489e commit 60b93ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_restart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def test_restart(self):
2525
#
2626
# Prove that the restart didn't overwrite the RDB file.
2727
#
28-
assert self.client.get("a") == 1
28+
assert self.client.get("a") == b'1'

0 commit comments

Comments
 (0)