Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
#21: Remove unused require
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mas committed Aug 26, 2020
1 parent 84c5263 commit 806aad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/mix/tasks/smart_home_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 806aad8

Please sign in to comment.