From 806aad86dfaccfe95dfaf73a7489a66530da68dc Mon Sep 17 00:00:00 2001 From: Tom Haines Date: Wed, 26 Aug 2020 15:03:17 +0100 Subject: [PATCH] #21: Remove unused require --- test/mix/tasks/smart_home_test.exs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/mix/tasks/smart_home_test.exs b/test/mix/tasks/smart_home_test.exs index b4e42c4..b2133e1 100644 --- a/test/mix/tasks/smart_home_test.exs +++ b/test/mix/tasks/smart_home_test.exs @@ -2,8 +2,6 @@ defmodule Mix.Tasks.SmartHomeTest do use ExUnit.Case import ExUnit.CaptureIO - require Logger - @jwt_pattern ~r/[A-Za-z0-9-_=]+\.[A-Za-z0-9-_=]+\.?[A-Za-z0-9-_.+\/=]*$/m test "Mix task returns a valid JWT" do