Skip to content

Commit

Permalink
Implement CR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill committed Dec 9, 2024
1 parent 6203287 commit 3ce7acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule Membrane.Transcoder.IntegrationTest do
@test_cases @video_cases ++ @audio_cases

Enum.map(@test_cases, fn test_case ->
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
pid = Pipeline.start_link_supervised!()

spec =
Expand Down

0 comments on commit 3ce7acf

Please sign in to comment.