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
The third argument should be a function, and the code indeed does is_function(Gen_Fun, 3), but the call does not crash.
Create a test case passing the wrong type argument for the third arg (the example was 1000) and ensure that the cxy_cache_fsm:start_link/3 fails when the arglist is wrong.
The text was updated successfully, but these errors were encountered:
The third argument should be a function, and the code indeed does is_function(Gen_Fun, 3), but the call does not crash.
Create a test case passing the wrong type argument for the third arg (the example was 1000) and ensure that the cxy_cache_fsm:start_link/3 fails when the arglist is wrong.
The text was updated successfully, but these errors were encountered: