mirror of https://github.com/jackc/pgx.git
go fmt
parent
1424fb2b42
commit
86fef0e5d7
|
@ -262,7 +262,6 @@ func getCurrentTimeline(t *testing.T, rc *pgx.ReplicationConn) int {
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func TestGetTimelineHistory(t *testing.T) {
|
func TestGetTimelineHistory(t *testing.T) {
|
||||||
replicationConn := mustReplicationConnect(t, *replicationConnConfig)
|
replicationConn := mustReplicationConnect(t, *replicationConnConfig)
|
||||||
defer closeReplicationConn(t, replicationConn)
|
defer closeReplicationConn(t, replicationConn)
|
||||||
|
|
Loading…
Reference in New Issue