Skip to content

Commit

Permalink
fix moar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Oct 18, 2023
1 parent 9d64b0b commit 217c006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(30),
"keepalive_pool_size": float64(256),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down Expand Up @@ -929,7 +929,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(30),
"keepalive_pool_size": float64(256),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down Expand Up @@ -975,7 +975,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(30),
"keepalive_pool_size": float64(256),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down

0 comments on commit 217c006

Please sign in to comment.