summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHentioe <me@bluerain.io>2020-10-26 09:17:59 +0800
committerHentioe <me@bluerain.io>2020-10-26 09:17:59 +0800
commitbce6e6041157c26e3282efab1e79db65decbc324 (patch)
tree1f752b8a669060af6647ef28ee53b299ce67a45a /test
parentFix returns type (diff)
Independent endpoint construction
Diffstat (limited to 'test')
-rw-r--r--test/azure_ex/endpoint_test.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/azure_ex/endpoint_test.exs b/test/azure_ex/endpoint_test.exs
new file mode 100644
index 0000000..719c58a
--- /dev/null
+++ b/test/azure_ex/endpoint_test.exs
@@ -0,0 +1,4 @@
+defmodule AzureEx.EndpointTest do
+ use ExUnit.Case
+ doctest AzureEx.Endpoint
+end