Skip to content

Commit

Permalink
Remove debug Println
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Feb 26, 2024
1 parent 644b540 commit e8135da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,6 @@ func TestDuplicateAliasLong(t *testing.T) {
Flag2 string `aliases:"flag"` // duplicates Flag
}{}
_, err := kong.New(&cli2)
fmt.Println(err)
assert.EqualError(t, err, "<anonymous struct>.Flag2: duplicate flag --flag")
}

Expand Down

0 comments on commit e8135da

Please sign in to comment.