Skip to content

Commit 235ff56

Browse files
vemvbbatsov
authored andcommitted
Fix flaky print-idrefs-test
Closes #706
1 parent 9a439fc commit 235ff56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/clj/cider/nrepl/print_method_test.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
(Thread/sleep 300)
2727
@d
2828
(deliver p 1)
29+
@f
2930
(are [o r] (re-find r (pr-str o))
3031
f #"#future\[\{:status :ready, :val 1\} 0x[a-z0-9]+\]"
3132
d #"#delay\[\{:status :ready, :val 1\} 0x[a-z0-9]+\]"

0 commit comments

Comments
 (0)