diff options
-rw-r--r-- | test/clojure/test_clojure/pprint/test_pretty.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clojure/test_clojure/pprint/test_pretty.clj b/test/clojure/test_clojure/pprint/test_pretty.clj index a012b1d4..93edab79 100644 --- a/test/clojure/test_clojure/pprint/test_pretty.clj +++ b/test/clojure/test_clojure/pprint/test_pretty.clj @@ -214,7 +214,7 @@ Usage: *hello* [] (let [a (agent "foo")] (send a +) - (try (await-for 100 failed-agent) (catch RuntimeException re)) + (try (await-for 100 a) (catch RuntimeException re)) a)) (def basic-atom (atom '(first second third))) (def basic-ref (ref '(first second third))) |