diff --git a/replication_test.go b/replication_test.go index 73874a1f..96e223df 100644 --- a/replication_test.go +++ b/replication_test.go @@ -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) } -} \ No newline at end of file +}