There was an error while loading. Please reload this page.
1 parent d4fd305 commit fc7f9c7Copy full SHA for fc7f9c7
1 file changed
lib/membrane/testing/pipeline.ex
@@ -60,7 +60,7 @@ defmodule Membrane.Testing.Pipeline do
60
import Membrane.ChildrenSpec
61
62
spec = [
63
- child(:source, Membrane.Testing.Source)
+ child(:source, %Membrane.Testing.Source{output: [1, 2, 3]})
64
|> child(:tested_element, TestedElement)
65
|> child(:sink, Membrane.Testing.Sink)
66
]
0 commit comments