Skip to content

Commit

Permalink
#464 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-bukhtoyarov committed Mar 21, 2024
1 parent fe616d8 commit 9762a9b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -64,6 +64,7 @@ public static void initializeInstance() throws SQLException {
() -> ThreadLocalRandom.current().nextLong(1_000_000_000),
clientConfig -> new PostgreSQLSelectForUpdateBasedProxyManager<>(SQLProxyConfiguration.builder()
.withTableSettings(tableSettings_1)
.withClientSideConfig(clientConfig)
.build(dataSource))
),
new ProxyManagerSpec<>(
Expand Down

0 comments on commit 9762a9b

Please sign in to comment.