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:
parent
0316809a80
commit
e634266aad
@ -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')
|
Loading…
Reference in New Issue
Block a user