1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-10-27 20:34:12 +00:00

remove extraneous parameter

This commit is contained in:
Alden 2023-02-13 03:19:39 -05:00
parent 0316809a80
commit e634266aad

View File

@ -95,5 +95,5 @@ def test_small_domain(x, fn):
).map(lambda tup: tup[0] * Decimal(10) ** tup[1])
)
@settings(max_examples=1000)
def test_acosh(x, fn):
def test_acosh(x):
assert_matches(x, 'acosh')