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
|
||||
}
|
||||
|
||||
|
||||
func TestGetTimelineHistory(t *testing.T) {
|
||||
replicationConn := mustReplicationConnect(t, *replicationConnConfig)
|
||||
defer closeReplicationConn(t, replicationConn)
|
||||
|
@ -326,4 +325,4 @@ func TestStandbyStatusParsing(t *testing.T) {
|
|||
if status.WalWritePosition != 3 {
|
||||
t.Errorf("Unexpected write position %d", status.WalWritePosition)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue