Skip to content

Commit

Permalink
Fix Credo warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jswny committed Jul 20, 2021
1 parent 9d0675a commit f8ef823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/edgybot/bot/handler/command_handler_test.exs
@@ -1,7 +1,7 @@
defmodule Edgybot.Bot.Handler.CommandHandlerTest do
use ExUnit.Case
alias Edgybot.Bot.Handler.CommandHandler
alias Edgybot.Bot.CommandRegistrar
alias Edgybot.Bot.Handler.CommandHandler
import Edgybot.Bot.InteractionFixtures

setup do
Expand Down
2 changes: 1 addition & 1 deletion test/edgybot/bot/handler/event_handler_test.exs
@@ -1,7 +1,7 @@
defmodule Edgybot.Bot.Handler.EventHandlerTest do
use ExUnit.Case
alias Edgybot.Bot.Handler.EventHandler
alias Edgybot.Bot.CommandRegistrar
alias Edgybot.Bot.Handler.EventHandler

describe "handle_event/2" do
test "doesn't handle invalid event" do
Expand Down

0 comments on commit f8ef823

Please sign in to comment.