Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivanov committed Aug 1, 2024
1 parent 8f28d27 commit 835abd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ func executeAlters(ormService *beeorm.Engine) {
ormService.GetRedis(pools.Stream).FlushDB()
ormService.GetRedis(pools.Persistent).FlushDB()
ormService.GetRedis(pools.Cache).FlushDB()
ormService.GetRedis(pools.Search).FlushDB()
for _, pool := range pools.Search {

Check failure on line 287 in pkg/test/test.go

View workflow job for this annotation

GitHub Actions / Quality & Security checks

only one cuddle assignment allowed before range statement (wsl)

Check failure on line 287 in pkg/test/test.go

View workflow job for this annotation

GitHub Actions / Quality & Security checks

only one cuddle assignment allowed before range statement (wsl)
ormService.GetRedis(pool).FlushDB()
}
}

altersSearch := ormService.GetRedisSearchIndexAlters()
Expand Down

0 comments on commit 835abd9

Please sign in to comment.