Skip to content

Commit 9a2c94a

Browse files
committed
fix logger formatting
1 parent ece3adc commit 9a2c94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/logger_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ defmodule Sentry.LoggerTest do
138138

139139
assert List.last(json["stacktrace"]["frames"])["function"] == "NaiveDateTime.from_erl/3"
140140
assert List.last(json["stacktrace"]["frames"])["lineno"] == 522
141+
141142
Version.match?(System.version(), ">= 1.5.0") ->
142143
assert List.last(json["stacktrace"]["frames"])["vars"] == %{
143144
"arg0" => "{}",

0 commit comments

Comments
 (0)