Skip to content

Commit

Permalink
Make tests deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jan 4, 2024
1 parent 555f667 commit 2d92198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/logger_formatter_json_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ structured(_) ->
iolist_to_binary(
logger_formatter_json:format(
#{level => info, msg => {report, #{hi => there}}, meta => #{foo => #{biz => baz}}},
#{}
#{template => [msg, level, rest]}
)
)
),
Expand Down

0 comments on commit 2d92198

Please sign in to comment.