You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
Enable linter 'wsl'
This is a highly controversial linter, but it generally has a positive effect on code readability.
This commit is contained in:
@ -20,6 +20,7 @@ func TestUserRepository_CreateUser(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("skipping test in short mode")
|
||||
}
|
||||
|
||||
t.Parallel()
|
||||
|
||||
newFullyFiledUser := func() rootpkg.User {
|
||||
|
Reference in New Issue
Block a user