You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think what's happening is that you're not calling the system-fixture as a function when you're creating fixtures. Try see if the following will work:
This
when use with
(use-fixtures :once with-system)
is giving:cause Wrong number of args (1) passed to: tanktest.franquias.test-utils/system-fixture
The text was updated successfully, but these errors were encountered: