Skip to content

Commit

Permalink
add lineSeparator field instead of inline - fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Ferey committed May 18, 2022
1 parent ea439d4 commit 3b920ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ public void test_inline_stack() {
String formatted = converter.convert(createEvent(e));

// THEN
// verify we have expected stack hashes inlined
// verify we have the expected stack trace line separator inlined
assertThat(formatted).doesNotContain(CoreConstants.LINE_SEPARATOR);
assertThat(formatted).contains(ShortenedThrowableConverter.DEFAULT_INLINE_SEPARATOR);
}
Expand Down

0 comments on commit 3b920ac

Please sign in to comment.