Skip to content

Commit 32c6ed0

Browse files
author
Jani Rahkola
committed
Fixed test for book->string.
1 parent c6d2de3 commit 32c6ed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/structured_data_test.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@
230230
(contains ", ")))
231231

232232
(facts "book->string"
233-
(book->string wild-seed) => "Wild Seed, written by Octavia E. Butler"
233+
(book->string wild-seed)
234+
=> "Wild Seed, written by Octavia E. Butler (1947 - 2006)"
234235
(book->string little-schemer)
235236
=> (every-checker (has-prefix "The Little Schemer, written by ")
236237
(has-suffix #"Daniel Friedman \(1944 - \), Matthias Felleisen|Matthias Felleisen, Daniel Friedman \(1944 - \)")))

0 commit comments

Comments
 (0)