Tienson Qin 4 years ago
parent
commit
673d345d32
1 changed files with 1 additions and 1 deletions
  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)))))