We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6203287 commit 3ce7acfCopy full SHA for 3ce7acf
test/integration_test.exs
@@ -35,7 +35,7 @@ defmodule Membrane.Transcoder.IntegrationTest do
35
@test_cases @video_cases ++ @audio_cases
36
37
Enum.map(@test_cases, fn test_case ->
38
- test "if #{inspect(test_case.input_format)} stream is transcoded to #{inspect(test_case.output_format)}" do
+ test "if transcoder support #{inspect(test_case.input_format)} input and #{inspect(test_case.output_format)} output" do
39
pid = Pipeline.start_link_supervised!()
40
41
spec =
0 commit comments