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
If I have multiple 'run-sync!'s in my test, the second one doesn't seem to update state until after a small amount of time. The following is just an example, but if I need to put together a sample app that duplicates this weirdness I can.
If I have multiple 'run-sync!'s in my test, the second one doesn't seem to update state until after a small amount of time. The following is just an example, but if I need to put together a sample app that duplicates this weirdness I can.
If I have:
The last
is
assertion in will fail.If I eliminate the first
testing
form (and therefore remove the first call torun-sync!
), the lastis
will pass!Even weirder, if I simply add a
(Thread/sleep 100)
, leaving the firsttesting
form, before the lastis
, it will pass!Any ideas?
The text was updated successfully, but these errors were encountered: