mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
tests: Do not allow forced type asserts (#20905)
This commit is contained in:
@@ -175,7 +175,6 @@ func dateDiff(timePart string, ts1, ts2 time.Time) (*Value, error) {
|
||||
seconds := duration / time.Second
|
||||
return FromInt(int64(seconds)), nil
|
||||
default:
|
||||
|
||||
}
|
||||
return nil, errNotImplemented
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user