Skip to content

Commit

Permalink
Unnecessary code trim
Browse files Browse the repository at this point in the history
  • Loading branch information
wende committed Dec 5, 2024
1 parent 10a5605 commit 3c5c695
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions test/membrane/telemetry_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,6 @@ defmodule Membrane.TelemetryTest do

def_options target: [spec: pid()]

@impl true
def handle_init(_ctx, opts), do: {[], opts}

@impl true
def handle_playing(_ctx, state) do
{[], state}
end

@impl true
def handle_start_of_stream(_pad, _context, state) do
{[], state}
end

@impl true
def handle_end_of_stream(_pad, _context, state) do
{[], state}
end

@impl true
def handle_event(_pad, _event, _context, state) do
{[], state}
end

@impl true
def handle_demand(_pad, size, _unit, _context, state) do
{[demand: {:input, size}], state}
Expand Down

0 comments on commit 3c5c695

Please sign in to comment.