Skip to content

Commit

Permalink
Change test
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Carpenter <[email protected]>
  • Loading branch information
tommyjcarpenter committed Apr 2, 2024
1 parent d46348e commit f8bed4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions loggingx/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ func TestInitLogger(t *testing.T) {
expectedST: false,
},
{
name: "With stacktrace disabled",
cfg: loggingx.Config{Debug: false, Pretty: false, DisableStacktrace: true},
expectedST: false,
name: "With stacktrace enabled",
cfg: loggingx.Config{Debug: false, Pretty: false, DisableStacktrace: false},
expectedST: true,
},
{
name: "With all enabled",
Expand Down

0 comments on commit f8bed4a

Please sign in to comment.