diff --git a/test/example_app/test/send_notification_test.exs b/test/example_app/test/send_notification_test.exs index f065f7f..67cec29 100644 --- a/test/example_app/test/send_notification_test.exs +++ b/test/example_app/test/send_notification_test.exs @@ -1,5 +1,5 @@ defmodule ExampleAppWeb.SendNotificationTest do - use BoomNotifier.Case, async: true + use ExUnit.Case, async: true use Wallaby.Feature def select_email(session, item), do: visit(session, Wallaby.Element.attr(item, "href"))