Skip to content

Commit 72e77d2

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/byte_streams_test.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
(map (partial map eval')))]
3939
(doseq [[src dst] pairwise-conversions]
4040

41+
(prn 'conversion src dst)
42+
4143
(is (= text
4244
(-> text
4345
(convert src)
@@ -61,7 +63,7 @@
6163
(map (partial map eval')))]
6264
(doseq [[src dst] pairwise-conversions]
6365

64-
(prn 'conversion src dst)
66+
(prn 'no-string-conversion src dst)
6567

6668
(is (= (seq ary)
6769
(-> ary

0 commit comments

Comments
 (0)