Skip to content

Commit

Permalink
REMOVE: unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjinstord committed Dec 13, 2023
1 parent bd55b7d commit 9fc7394
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/buffy/throttle_and_timed_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ defmodule Buffy.ThrottleAndTimedTest do
supervisor_module: DynamicSupervisor,
supervisor_name: MyDynamicSupervisor

def handle_throttle(:raise) do
raise RuntimeError, message: ":raise"
end

def handle_throttle(:error) do
:error
end

def handle_throttle(%{test_pid: test_pid} = args) do
send(test_pid, {:ok, args, System.monotonic_time()})
:ok
Expand All @@ -87,14 +79,6 @@ defmodule Buffy.ThrottleAndTimedTest do
supervisor_module: DynamicSupervisor,
supervisor_name: MyDynamicSupervisor

def handle_throttle(:raise) do
raise RuntimeError, message: ":raise"
end

def handle_throttle(:error) do
:error
end

def handle_throttle(%{test_pid: test_pid} = args) do
send(test_pid, {:ok, args, System.monotonic_time()})
:ok
Expand Down

0 comments on commit 9fc7394

Please sign in to comment.