MM-48627: Fix flaky testGetUptoNSizeFileTime (#22348)

* MM-48627: Fix flaky testGetUptoNSizeFileTime

There was an issue with data clean up before
and after the tests.

https://mattermost.atlassian.net/browse/MM-48627

```release-note
NONE
```

* Lint fix and improvements

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2023-03-07 19:22:29 +05:30
коммит произвёл GitHub
родитель 791bf3e3ba
Коммит 24427b81be
3 изменённых файлов: 13 добавлений и 7 удалений

Просмотреть файл

@@ -11,7 +11,7 @@ import (
)
func TestFileInfoStore(t *testing.T) {
StoreTest(t, storetest.TestFileInfoStore)
StoreTestWithSqlStore(t, storetest.TestFileInfoStore)
}
func TestSearchFileInfoStore(t *testing.T) {