Skip to content

Commit

Permalink
Adapt event tests to changed example file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Nov 23, 2023
1 parent 6ade1e8 commit 05dab55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cljs/metafacture_playground/event_handler_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
(->> (repeat length \a)
(apply str)))

(def example-name "Local formeta to XML (fix)")
(def example-name "Local JSON to XML (fix)")

(def example-data (-> (rc/inline "examples/Local_formeta_to_XML_(fix)")
(def example-data (-> (rc/inline "examples/Local_JSON_to_XML_(fix)")
utils/parse-url))

; Initilized db = empty db
Expand Down

0 comments on commit 05dab55

Please sign in to comment.