Skip to content

Commit

Permalink
fix nrzap test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Mar 11, 2024
1 parent 0bfe0cd commit 2e972b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/integrations/logcontext-v2/nrzap/nrzap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestBackgroundLoggerSugared(t *testing.T) {
app.ExpectLogEvents(t, []internal.WantLog{
{
Severity: zap.ErrorLevel.String(),
Message: msg,
Message: `this is a test error message{error 26 0 this is a test error} {test-key 15 0 test-val <nil>}`,
Timestamp: internal.MatchAnyUnixMilli,
},
})
Expand Down

0 comments on commit 2e972b5

Please sign in to comment.