Skip to content

Commit

Permalink
Remove ts contents
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed Mar 7, 2024
1 parent d13af89 commit 8c0b1bb
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.14.2-otp-25
erlang 25.2
erlang 26.1.2
elixir 1.16.1-otp-26
8 changes: 5 additions & 3 deletions test/fixtures/mpeg-ts/stream.m3u8
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 0 additions & 3 deletions test/fixtures/mpeg-ts/stream_640x360.m3u8

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion test/membrane/hls/source_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ defmodule Membrane.HLS.SourceTest do
|> File.ls!()
|> Enum.map(&Path.join([base_dir, &1]))
|> Enum.map(&File.read!/1)
|> Enum.each(&assert_sink_buffer(pipeline, :sink, %Membrane.Buffer{payload: &1}, 5_000))
|> Enum.each(&assert_sink_buffer(pipeline, :sink, %Membrane.Buffer{payload: ^&1}, 5_000))

assert_end_of_stream(pipeline, :sink)
Membrane.Testing.Pipeline.terminate(pipeline)
Expand Down

0 comments on commit 8c0b1bb

Please sign in to comment.