Skip to content

Commit 9e335f8

Browse files
committed
Fix protocol tests
Signed-off-by: Michał Górny <[email protected]>
1 parent f965fea commit 9e335f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class VariantFeatureConfigTypeSubclass(VariantFeatureConfigType):
1616
values = ["b"]
1717
multi_value = False
1818

19-
def __init__(self, *args):
19+
def __init__(self, **kwargs):
2020
pass
2121

2222

0 commit comments

Comments
 (0)