Skip to content

Commit 3ce7acf

Browse files
committed
Implement CR suggestion
1 parent 6203287 commit 3ce7acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule Membrane.Transcoder.IntegrationTest do
3535
@test_cases @video_cases ++ @audio_cases
3636

3737
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
38+
test "if transcoder support #{inspect(test_case.input_format)} input and #{inspect(test_case.output_format)} output" do
3939
pid = Pipeline.start_link_supervised!()
4040

4141
spec =

0 commit comments

Comments
 (0)