refactor: speed up tests, maybe?

This commit is contained in:
Felix Bause
2023-06-19 14:57:16 +02:00
parent b59709d369
commit 086333d7f3
7 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import (
)
func TestUserHandlerAdminSuite(t *testing.T) {
t.Parallel()
suite.Run(t, new(userAdminSuite))
}