Skip to content

Commit

Permalink
fix: typo in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
defval committed Nov 24, 2023
1 parent f2c45ca commit bf375e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sugar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func TestSugarWithCaptures(t *testing.T) {
},
},
{
name: "lazy with captures arguments at time of With or Logging",
name: "lazy with captures arguments at time of Logging",
withMethods: []withAny{(*SugaredLogger).WithLazy},
wantJSON: []string{
`{
Expand Down

0 comments on commit bf375e8

Please sign in to comment.