Skip to content

Commit 24b8186

Browse files
committed
add some debug prints to tests, to see where it's getting caught up
1 parent c7c61ed commit 24b8186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/byte_streams_test.clj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
(map (partial map eval')))]
6262
(doseq [[src dst] pairwise-conversions]
6363

64+
(prn 'conversion src dst)
65+
6466
(is (= (seq ary)
6567
(-> ary
6668
(convert src)
@@ -88,6 +90,8 @@
8890
possible-conversions
8991
(map eval'))]
9092

93+
(prn 'transfer dst)
94+
9195
(let [file (temp-file)
9296
file' (temp-file)]
9397
(transfer (convert text dst) dev-null)

0 commit comments

Comments
 (0)