From 399a868c1a45c0f4e0586cbe8ad9aa1b4f14de49 Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 15 Jun 2020 19:41:48 +0200 Subject: [PATCH] remove non used testfile --- src/test/mastodon_bot/mytest.cljs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/test/mastodon_bot/mytest.cljs diff --git a/src/test/mastodon_bot/mytest.cljs b/src/test/mastodon_bot/mytest.cljs deleted file mode 100644 index 678eebc..0000000 --- a/src/test/mastodon_bot/mytest.cljs +++ /dev/null @@ -1,12 +0,0 @@ -(ns mastodon-bot.mytest - (:require - [mastodon-bot.infra :as infra] - [clojure.pprint :refer [pprint]] - [mastodon-bot.twitter-api :as twitter] - [mastodon-bot.core :as core])) - -(defn myconfig [] - (core/mastodon-auth (infra/load-config))) - -(defn run [] - (core/-main))