From bce6e6041157c26e3282efab1e79db65decbc324 Mon Sep 17 00:00:00 2001 From: Hentioe Date: Mon, 26 Oct 2020 09:17:59 +0800 Subject: Independent endpoint construction --- test/azure_ex/endpoint_test.exs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/azure_ex/endpoint_test.exs (limited to 'test') 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 -- cgit v1.2.3