aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wycheproof/test_utils.py')
-rw-r--r--tests/wycheproof/test_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wycheproof/test_utils.py b/tests/wycheproof/test_utils.py
index 82c0a359..2cf3be08 100644
--- a/tests/wycheproof/test_utils.py
+++ b/tests/wycheproof/test_utils.py
@@ -10,8 +10,8 @@ from ..utils import WycheproofTest, skip_if_wycheproof_none
def test_wycheproof_test_repr():
- wycheproof = WycheproofTest({}, {"tcId": 3})
- assert repr(wycheproof) == "<WycheproofTest({}, {'tcId': 3}, tcId=3)>"
+ wycheproof = WycheproofTest({}, {}, {"tcId": 3})
+ assert repr(wycheproof) == "<WycheproofTest({}, {}, {'tcId': 3}, tcId=3)>"
def test_skip_if_wycheproof_none():