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
Using the 'check' macro for unit testing ends up preventing outside variables from being updated, which can lead to naive test code failing. Splitting the function call in to separate steps and then checking the variables afterwards functions as expected, however.