(name string)
| 49 | } |
| 50 | |
| 51 | func (e errorFS) ReadDir(name string) ([]fs.DirEntry, error) { |
| 52 | return nil, fs.ErrPermission |
| 53 | } |
| 54 | |
| 55 | func TestMigrate_createsSchemaTable(t *testing.T) { |
| 56 | db, err := gorm.Open(sqlite.Open(":memory:"), &gorm.Config{}) |
no outgoing calls
no test coverage detected