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)))))