From 6dc958c743c5fd9c61b9a9d6cd98d4cf9e093b6e Mon Sep 17 00:00:00 2001
From: Tom Guinther <tguinther@gfxlabs.io>
Date: Fri, 16 Aug 2024 11:19:23 -0400
Subject: [PATCH] updated

---
 test/tester_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/tester_test.go b/test/tester_test.go
index 40e00657..06393771 100644
--- a/test/tester_test.go
+++ b/test/tester_test.go
@@ -179,7 +179,7 @@ func TestTester(t *testing.T) {
 	config := gat.Config{}
 
 	parent, err := daisyChain(&config, dialer{
-		Address:  "localhost:5433",
+		Address:  "localhost:5432",
 		Username: "postgres",
 		Password: "postgres",
 		Database: "postgres",
-- 
GitLab