We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0cc87 commit 0817485Copy full SHA for 0817485
test/clojure/test_clojure/pprint/test_pretty.clj
@@ -214,7 +214,7 @@ Usage: *hello*
214
[]
215
(let [a (agent "foo")]
216
(send a +)
217
- (try (await-for 100 failed-agent) (catch RuntimeException re))
+ (try (await-for 100 a) (catch RuntimeException re))
218
a))
219
(def basic-atom (atom '(first second third)))
220
(def basic-ref (ref '(first second third)))
0 commit comments