diff options
author | Hentioe <me@bluerain.io> | 2020-10-26 09:17:59 +0800 |
---|---|---|
committer | Hentioe <me@bluerain.io> | 2020-10-26 09:17:59 +0800 |
commit | bce6e6041157c26e3282efab1e79db65decbc324 (patch) | |
tree | 1f752b8a669060af6647ef28ee53b299ce67a45a /test | |
parent | Fix returns type (diff) |
Independent endpoint construction
Diffstat (limited to 'test')
-rw-r--r-- | test/azure_ex/endpoint_test.exs | 4 |
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 |