Skip to content

Commit

Permalink
Gi foodcase-import-namespace et mer spesifikt navn
Browse files Browse the repository at this point in the history
Co-authored-by: Magnar Sveen <magnar.sveen@mattilsynet.no>
  • Loading branch information
cjohansen and magnars committed Oct 10, 2023
1 parent e1955ee commit eae6815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns matvaretabellen.ingest
(ns matvaretabellen.foodcase-import
(:require [broch.core :as b]
[clojure.data.json :as json]
[clojure.java.io :as io]
Expand Down Expand Up @@ -176,7 +176,7 @@

(defn create-foodcase-transactions [db locale->datas]
(let [i18n-attrs (db/get-i18n-attrs db)]
[ ;; food-groups
[;; food-groups
(combine-i18n-sources
(update-vals locale->datas #(map foodcase-foodgroup->food-group (get % "foodgroups")))
i18n-attrs)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns matvaretabellen.ingest-test
(:require [matvaretabellen.ingest :as sut]
(ns matvaretabellen.foodcase-import-test
(:require [matvaretabellen.foodcase-import :as sut]
[clojure.test :refer [deftest is testing]]))

(def wheat-flakes
Expand Down

0 comments on commit eae6815

Please sign in to comment.