You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make migrations_test.go tests consistent with other tests in pkg/migrations (#568)
Update the tests in `migrations_test.go`:
* Put them in the `migrations_test` package
* Add `t.Parallel()` to each test
This makes the tests in this file consistent with the other tests in
`pkg/migrations`.
0 commit comments