Skip to content

Commit

Permalink
adapt to newer EphemeralReporter
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Aug 19, 2024
1 parent 0d75a9f commit 0355642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/oban/tower_oban_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ defmodule TowerObanTest do
id: id,
datetime: datetime,
level: :error,
kind: RuntimeError,
reason: "error from an Oban worker",
kind: :error,
reason: %RuntimeError{message: "error from an Oban worker"},
stacktrace: stacktrace
}
] = Tower.EphemeralReporter.events()
Expand Down

0 comments on commit 0355642

Please sign in to comment.