mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Update field_internal_test.go
This commit is contained in:
parent
4272693641
commit
9cdaff542f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue