Skip to content

Commit

Permalink
fixup 8
Browse files Browse the repository at this point in the history
cleaned warnings
  • Loading branch information
electronicbites committed Mar 29, 2024
1 parent dfceb45 commit f406bbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/radiator/outline/event_consumer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Radiator.Outline.EventConsumer do

defp process_event(%InsertNodeEvent{payload: payload} = _event) do
payload
|> Outline.create_node()
|> Outline.insert_node()
|> handle_insert_result()

# validate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule RadiatorWeb.Api.OutlineControllerTest do
import Radiator.AccountsFixtures
import Radiator.PodcastFixtures

alias Radiator.{Accounts, Outline, Podcast}
alias Radiator.{Accounts, Podcast}
alias Radiator.Outline.NodeRepository

describe "POST /api/v1/outline" do
Expand Down
1 change: 0 additions & 1 deletion test/radiator_web/live/episode_live_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ defmodule RadiatorWeb.EpisodeLiveTest do
import Radiator.PodcastFixtures
import Radiator.OutlineFixtures

alias Radiator.Outline
alias Radiator.Outline.NodeRepository

describe "Episode page is restricted" do
Expand Down

0 comments on commit f406bbb

Please sign in to comment.