Added comment.
parent
b5651309ad
commit
bdd4aa120b
|
@ -94,6 +94,8 @@ func createEqualError(value string) error {
|
||||||
|
|
||||||
func TestSet(t *testing.T) {
|
func TestSet(t *testing.T) {
|
||||||
extraOptions := ExtraOptionSlice{}
|
extraOptions := ExtraOptionSlice{}
|
||||||
|
|
||||||
|
// Examples which will error from checks from the Set function.
|
||||||
for _, tc := range []struct {
|
for _, tc := range []struct {
|
||||||
valuesToSet string
|
valuesToSet string
|
||||||
expErr error
|
expErr error
|
||||||
|
@ -112,6 +114,7 @@ func TestSet(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Examples which will not error from the Set function.
|
||||||
for _, tc := range []struct {
|
for _, tc := range []struct {
|
||||||
valuesToSet string
|
valuesToSet string
|
||||||
extraOption ExtraOptionSlice
|
extraOption ExtraOptionSlice
|
||||||
|
|
Loading…
Reference in New Issue