Skip to content

Commit

Permalink
stacktrace assert
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jun 7, 2024
1 parent 95e8c32 commit 9032536
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/tower_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,10 @@ defmodule TowerTest do
time: _,
type: :error,
reason: "Something went wrong here",
stacktrace: stacktrace
stacktrace: []
}
] = reported_errors()
)

assert is_list(stacktrace)
end

defp in_unlinked_process(fun) when is_function(fun, 0) do
Expand Down

0 comments on commit 9032536

Please sign in to comment.