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:
Gabriel Horner
2024-10-18 14:32:49 -04:00
parent 90d1b7261f
commit a6238233c5
2 changed files with 48 additions and 42 deletions

View File

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