Skip to content

Commit

Permalink
refactor: spell
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.wang committed Jan 4, 2023
1 parent b39afcf commit 4893b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bugs/bugs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestBug_8(t *testing.T) {
cc.Nested1.Deadline = time.Now()
cc.TimeoutMap = map[string]time.Duration{"read": time.Second}
x := xconf.New(
xconf.WithFlagSet(flag.NewFlagSet("suqash_anable", flag.ContinueOnError)),
xconf.WithFlagSet(flag.NewFlagSet("suqash_enable", flag.ContinueOnError)),
xconf.WithFlagArgs(),
xconf.WithDebug(true),
xconf.WithMapMerge(true),
Expand Down

0 comments on commit 4893b96

Please sign in to comment.