aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/multidict/tests/test_version.py
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2023-12-27 23:31:58 +0100
committerGitHub <noreply@github.com>2023-12-27 23:31:58 +0100
commitd67bfb4b4b7549081543e87a31bc6cb5c46ac973 (patch)
tree8674f2f1570877cb653e7ddcff37ba00288de15a /contrib/python/multidict/tests/test_version.py
parent1f6bef05ed441c3aa2d565ac792b26cded704ac7 (diff)
downloadydb-d67bfb4b4b7549081543e87a31bc6cb5c46ac973.tar.gz
Import libs 4 (#758)
Diffstat (limited to 'contrib/python/multidict/tests/test_version.py')
-rw-r--r--contrib/python/multidict/tests/test_version.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/multidict/tests/test_version.py b/contrib/python/multidict/tests/test_version.py
index 067d6210ce..9b25c0e72d 100644
--- a/contrib/python/multidict/tests/test_version.py
+++ b/contrib/python/multidict/tests/test_version.py
@@ -95,6 +95,8 @@ class VersionMixin:
v = self.getver(m)
m.popone("key2", "default")
assert self.getver(m) == v
+ m.popone(key="key2", default="default")
+ assert self.getver(m) == v
def test_popone_key_error(self):
m = self.cls()