Skip to content

Commit 07bb910

Browse files
authored
fix typo in test name (#7426)
1 parent 1296683 commit 07bb910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wycheproof/test_chacha20poly1305.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
reason="Requires OpenSSL with ChaCha20Poly1305 support",
2020
)
2121
@wycheproof_tests("chacha20_poly1305_test.json")
22-
def test_chacha2poly1305(backend, wycheproof):
22+
def test_chacha20poly1305(backend, wycheproof):
2323
key = binascii.unhexlify(wycheproof.testcase["key"])
2424
iv = binascii.unhexlify(wycheproof.testcase["iv"])
2525
aad = binascii.unhexlify(wycheproof.testcase["aad"])

0 commit comments

Comments
 (0)