Skip to content

Commit fc7f9c7

Browse files
committed
Add output option to the Testing.Source
1 parent d4fd305 commit fc7f9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/membrane/testing/pipeline.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ defmodule Membrane.Testing.Pipeline do
6060
import Membrane.ChildrenSpec
6161
6262
spec = [
63-
child(:source, Membrane.Testing.Source)
63+
child(:source, %Membrane.Testing.Source{output: [1, 2, 3]})
6464
|> child(:tested_element, TestedElement)
6565
|> child(:sink, Membrane.Testing.Sink)
6666
]

0 commit comments

Comments
 (0)