Tienson Qin 4 년 전
부모
커밋
673d345d32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/test/frontend/external/roam_test.cljc

+ 1 - 1
src/test/frontend/external/roam_test.cljc

@@ -33,4 +33,4 @@
     (is (= "Export JSON" (:title md)))
     (is (:created-at md))
     (is (:last-modified-at md))
-    (is (= "---\ntitle: Export JSON\n---\n\n## Hello, world!\n" (:text md)))))
+    (is (= "---\ntitle: Export JSON\n---\n\n- Hello, world!\n" (:text md)))))