Skip to content

Commit

Permalink
refactor: no longer use 'use Plug.Test' which is going to be deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 1, 2024
1 parent f700f2e commit e6e030a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/slack_request_test.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule SlackRequestTest do
use ExUnit.Case
use Plug.Test
import Plug.Test
import Plug.Conn
doctest SlackRequest

setup do
Expand Down

0 comments on commit e6e030a

Please sign in to comment.