aboutsummaryrefslogtreecommitdiff
path: root/test/mailchimp_test.exs
diff options
context:
space:
mode:
authorJean Duarte <jeancduarte@gmail.com>2016-02-16 15:47:25 -0200
committerJean Duarte <jeancduarte@gmail.com>2016-02-16 15:47:25 -0200
commit4f7089134002a2eaf96be6d833a3134fb9918ab9 (patch)
tree97013cb1ef7d50d381b880e0ca9538d4132d316b /test/mailchimp_test.exs
parent04c99f0cc94cb3108e8686d323169bc563e7dc4d (diff)
downloadmailchimp-4f7089134002a2eaf96be6d833a3134fb9918ab9.tar.gz
mailchimp-4f7089134002a2eaf96be6d833a3134fb9918ab9.tar.xz
refatoring
Diffstat (limited to 'test/mailchimp_test.exs')
-rw-r--r--test/mailchimp_test.exs10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/mailchimp_test.exs b/test/mailchimp_test.exs
index b896fc4..a67630e 100644
--- a/test/mailchimp_test.exs
+++ b/test/mailchimp_test.exs
@@ -13,14 +13,4 @@ defmodule MailchimpTest do
assert len == 2
end
- test "it can start application" do
- {status, _} = Mailchimp.start_link([])
- assert :ok == status
- end
-
- test "it can get shard from apikey" do
- shard = Mailchimp.get_shard
- assert false == is_nil shard
- end
-
end