(t *testing.T)
| 12 | ) |
| 13 | |
| 14 | func TestGeoPointFieldBaseMethods(t *testing.T) { |
| 15 | testFieldBaseMethods(t, core.FieldTypeGeoPoint) |
| 16 | } |
| 17 | |
| 18 | func TestGeoPointFieldColumnType(t *testing.T) { |
| 19 | app, _ := tests.NewTestApp() |
nothing calls this directly
no test coverage detected
searching dependent graphs…