Skip to content

Commit

Permalink
additional str needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffcaseyyet committed Feb 16, 2024
1 parent 0fca3a0 commit d12bf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
:truncate-after-mod -9
:url-params params)]
(if (unwrap? ctx)
#?(:clj (html/html statement-rendered)
#?(:clj (str (html/html statement-rendered))
:cljs (hic/render-html statement-rendered))
(page head
[:body
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
rendered (#?(:clj html/html
:cljs hic/render-html)
hvec)]
(is (= (strip-uuids rendered)
(is (= (strip-uuids (str rendered))
(strip-uuids expected-sanitized-render))))))


0 comments on commit d12bf92

Please sign in to comment.