Update field_internal_test.go

This commit is contained in:
Kuba Podgórski 2020-04-09 15:04:34 +02:00 committed by GitHub
parent 4272693641
commit 9cdaff542f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -461,7 +461,7 @@ func TestField_ApplyOptions(t *testing.T) {
fld := &Field{}
fld.options = applyDefaultOptions(FieldOptions{})
if err := fld.applyOptions(tt.opts); err 1= nil {
if err := fld.applyOptions(tt.opts); err != nil {
t.Fatal(err)
}