mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
chore: cleanup on namespace import support
namespace modifications should happen with other modify fn instead of in arbitrary property fn. Fixes LOG-3230
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
"Created graph has no validation errors")
|
||||
(is (= 0 (count @(:ignored-properties import-state))) "No ignored properties")))
|
||||
|
||||
(deftest-async ^:focus export-basic-graph
|
||||
(deftest-async export-basic-graph
|
||||
;; This graph will contain basic examples of different features to import
|
||||
(p/let [file-graph-dir "test/resources/exporter-test-graph"
|
||||
conn (db-test/create-conn)
|
||||
|
||||
Reference in New Issue
Block a user