Skip to content

Commit e8e272d

Browse files
committed
fix typo in test_sha3.py
1 parent d32cf78 commit e8e272d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/test_sha3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_int_to_bytes_wrong_endian(self):
4343
int_to_bytes(0, byteorder="middle")
4444

4545

46-
@pytest.mark.skipif(GMPY == False, reason="requites gmpy or gmpy2")
46+
@pytest.mark.skipif(GMPY == False, reason="requires gmpy or gmpy2")
4747
def test_int_to_bytes_with_gmpy():
4848
assert int_to_bytes(mpz(1)) == b"\x01"
4949

0 commit comments

Comments
 (0)