Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Tests fails in Clock #93

Open
abionescu opened this issue Jul 18, 2022 · 1 comment
Open

Tests fails in Clock #93

abionescu opened this issue Jul 18, 2022 · 1 comment

Comments

@abionescu
Copy link

Hi,

Running tests locally ends with following message:

Testing clock-test

Ran 3 tests containing 50 assertions.
0 failures, 0 errors.

Same tests run on site end up with:

Message:  Invalid arity: 22
Message:  Invalid arity: 22
Location: 24:1
Location: 24:1


----- Stack trace --------------------------------
----- Stack trace --------------------------------
clock-test - <expr>:24:1 
clock-test - <expr>:24:1

I have tried various alternatives in solution, depending on version the line where issue is reported differs but error message is the same (Invalid arity: 22).

All the best,
Adrian

@4lph4-Ph4un
Copy link
Contributor

This likely related (or similar) to #92! The test forms may incorrectly try to pass too many named arguments to their underlying functions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants