Skip to content

Commit

Permalink
Fix tests because of changed file names (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Dec 17, 2021
1 parent 6fe15d7 commit f2de937
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/cljs/metafacture_playground/event_handler_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,9 @@
(->> (repeat length \a)
(apply str)))

(def sample-data (-> (rc/inline "examples/PG-DATA_formeta_to_JSON_(fix)")
(def sample-data (-> (rc/inline "examples/Local_formeta_to_XML_(fix)")
utils/parse-url))

(def sample-fields (reduce
(fn [result [k v]]
(assoc result k {:content v
:collapsed? false}))
{:switch {:active :fix
:collapsed? false}}
sample-data))

; Initilized db = empty db
(def empty-db
(-> (events/initialize-db {:db {}
Expand Down

0 comments on commit f2de937

Please sign in to comment.