#3: All tests pass.

This commit is contained in:
Simon Brooke 2020-05-30 23:01:55 +01:00
parent 4c5867b390
commit fde35f636f
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View file

@ -163,10 +163,6 @@
(IllegalArgumentException. (IllegalArgumentException.
(str "Superstructure must be a map: " (u/kind-type s))))) (str "Superstructure must be a map: " (u/kind-type s)))))
(assoc (assoc
(u/deep-merge s (in-store-find-objects o)) (u/deep-merge s (in-store-find-objects o) (index-vertices s o))
(:walkmap.id/id o) (:walkmap.id/id o)
(in-store-replace-with-keys o) (in-store-replace-with-keys o))))
::vertex-index
(u/deep-merge
(index-vertices s o)
(::vertex-index s)))))