Skip to content

Commit

Permalink
Prepare queries.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Oct 23, 2024
1 parent 2ba0cb2 commit b82e8f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/logic/coordinator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ func TestCoordinator(t *testing.T) {
err = applier.InitDBConnections(migrationContext.NumWorkers)
require.NoError(t, err)

err = applier.prepareQueries()
require.NoError(t, err)

err = applier.CreateChangelogTable()
require.NoError(t, err)

Expand Down

0 comments on commit b82e8f9

Please sign in to comment.