Skip to content

Commit 9a6fbbb

Browse files
committed
Refactor test
1 parent 328f977 commit 9a6fbbb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/integration_test.exs

+1-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ defmodule Membrane.Transcoder.IntegrationTest do
6868
end
6969

7070
test "if encoder and decoder are spawned or not, depending on the value of `enforce_transcoding?` option" do
71-
for format <- [
72-
%Membrane.AAC{channels: 1},
73-
%Membrane.H264{alignment: :au, stream_structure: :annexb}
74-
],
71+
for format <- [%AAC{channels: 1}, %H264{alignment: :au, stream_structure: :annexb}],
7572
enforce_transcoding? <- [true, false] do
7673
spec =
7774
child(:source, %FormatSource{format: format})

0 commit comments

Comments
 (0)