Skip to content

Commit e9db66d

Browse files
shaypal5Copilot
andcommitted
Update tests/test_redis_core.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b243b86 commit e9db66d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_redis_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ def hset(
109109

110110
print(
111111
f"DEBUG: hset({key}, field={field}, value={value}, "
112-
"mapping={mapping}, kwargs={kwargs}) -> "
113-
"{self.data[key]}"
112+
f"mapping={mapping}, kwargs={kwargs}) -> "
113+
f"{self.data[key]}"
114114
)
115115

116116
def keys(self, pattern):

0 commit comments

Comments
 (0)