Skip to content

Commit

Permalink
add handle_info
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 7, 2023
1 parent 0474994 commit 5c216ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/support/dev_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ defmodule Inngest.Test.DevServer do
{:ok, task.pid}
end

@impl true
def handle_info(_, _), do: {:noreply, nil}

def run_ids(event_id) do
client()
|> Tesla.get("/v1/events/#{event_id}/runs")
Expand Down

0 comments on commit 5c216ad

Please sign in to comment.