Skip to content

Commit 3b8763f

Browse files
committed
Type warning: missing pid in pad_ref in test
1 parent 6218a36 commit 3b8763f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/membrane/core/element/pad_controller_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ defmodule Membrane.Core.Element.PadControllerTest do
6969
assert PadModel.assert_instance(new_state, :input) == :ok
7070
end
7171

72-
test "when pad is does not exist in the element" do
72+
test "when pad does not exist in the element" do
7373
state = prepare_state(TrivialFilter)
7474

7575
assert_raise LinkError, fn ->
7676
@module.handle_link(
7777
:output,
7878
%{pad_ref: :invalid_pad_ref, child: :a},
79-
%{pad_ref: :x, child: :b},
79+
%{pad_ref: :x, child: :b, pid: self()},
8080
%{stream_format_validation_params: []},
8181
state
8282
)

0 commit comments

Comments
 (0)