Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
AkuSilvenius committed Apr 21, 2024
1 parent e858f5e commit 1644f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/postgres/postgres_test.go
Expand Up @@ -628,7 +628,7 @@ func testParallelSchema(t *testing.T) {
})
}

func TestPostgres_ConcurrentMigrations(t *testing.T) {
func testPostgresConcurrentMigrations(t *testing.T) {

Check failure on line 631 in database/postgres/postgres_test.go

View workflow job for this annotation

GitHub Actions / lint

func `testPostgresConcurrentMigrations` is unused (unused)
dktesting.ParallelTest(t, specs, func(t *testing.T, c dktest.ContainerInfo) {
// GIVEN - a set of concurrent processes running migrations
const concurrency = 3
Expand Down

0 comments on commit 1644f0c

Please sign in to comment.