Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Dec 4, 2021
1 parent df0fd26 commit 704296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion def_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ var (
if len(flg.GetDescZsh()) == 0 {
err = errors.New("err sss.GetDescZsh()")
}
if flg.GetTitleZshNamesBy(",", false) == "" {
if flg.GetTitleZshNamesBy(",", false, false) == "" {
err = errors.New("err ss.GetTitleZshNamesBy()")
}
if len(flg.GetTitleZshFlagNamesArray()) != 2 {
Expand Down

0 comments on commit 704296a

Please sign in to comment.