Skip to content

Commit

Permalink
fix: use an empty list as ignoreStackTraceElements field value on con…
Browse files Browse the repository at this point in the history
…figuration can be constructed test
  • Loading branch information
testersen committed Apr 10, 2024
1 parent 8f2e9a6 commit 3df3044
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class UserConfigurationTest {
assertEquals(
UserConfiguration(
theme = UserConfiguration.ThemeSelector(listOf("default")),
ignoreStackTraceElements = emptyList(),
),
jacksonObjectMapper().convertValue(
mapOf(
Expand Down

0 comments on commit 3df3044

Please sign in to comment.