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
lein test :only rigui.async-test/test-delayed-chan
FAIL in (test-delayed-chan) (async_test.cljc:22)
base case
expected: (= port d-chan)
actual: (not (= #object[clojure.core.async.impl.channels.ManyToManyChannel 0x1672c2a4 "clojure.core.async.impl.channels.ManyToManyChannel@1672c2a4"] #object[rigui.async.DelayedChannel 0x66ac57cf "rigui.async.DelayedChannel@66ac57cf"]))
lein test :only rigui.async-test/test-delayed-chan
FAIL in (test-delayed-chan) (async_test.cljc:23)
base case
expected: (= v :a)
actual: (not (= nil :a))
Test cases failed with latest core.async 1.1.587
The text was updated successfully, but these errors were encountered:
Test cases failed with latest core.async 1.1.587
The text was updated successfully, but these errors were encountered: