Skip to content

Commit

Permalink
Fix credo issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed May 17, 2023
1 parent d5f84fc commit 6a20c35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions test/membrane/integration/distributed_pipeline_test.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
defmodule Membrane.Integration.DistributedPipelineTest do
use ExUnit.Case

alias Membrane.Testing
import Membrane.Testing.Assertions


alias Membrane.Support.Distributed
alias Membrane.Testing

import Membrane.Testing.Assertions

setup do
{my_node, another_node} = start_nodes()
Expand Down
3 changes: 2 additions & 1 deletion test/support/distributed.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ defmodule Membrane.Support.Distributed do

defmodule Sink do
@moduledoc false

use Membrane.Sink

def_input_pad :input, flow_control: :manual, accepted_format: _any, demand_unit: :buffers
Expand All @@ -58,6 +57,7 @@ defmodule Membrane.Support.Distributed do
end

defmodule SinkBin do
@moduledoc false
use Membrane.Bin

def_input_pad :input, accepted_format: _any
Expand All @@ -79,6 +79,7 @@ defmodule Membrane.Support.Distributed do
end

defmodule Pipeline do
@moduledoc false
use Membrane.Pipeline

@impl true
Expand Down

0 comments on commit 6a20c35

Please sign in to comment.