c4k-mastodon-bot/src/test/cljc/dda/k8s_mastodon_bot/yaml_test.cljc

9 lines
229 B
Text
Raw Normal View History

2021-02-19 17:41:51 +00:00
(ns dda.k8s-mastodon-bot.yaml-test
(:require
[clojure.test :refer [deftest is testing are]]
[dda.k8s-mastodon-bot.yaml :as cut]))
(deftest should-pars-yaml-string
(is (= 43
(cut/from-string "hallo: welt"))))