fix(repodb): make table reset syncronous for consistent testing

Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
Laurentiu Niculae
2023-01-11 15:08:59 +02:00
parent ca1d4beb2a
commit bea0eabcaa
3 changed files with 98 additions and 13 deletions
+1
View File
@@ -76,4 +76,5 @@ var (
ErrLimitIsNegative = errors.New("pageturner: limit has negative value")
ErrOffsetIsNegative = errors.New("pageturner: offset has negative value")
ErrSortCriteriaNotSupported = errors.New("pageturner: the sort criteria is not supported")
ErrTimeout = errors.New("operation timeout")
)