Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 7, 2024
1 parent dc3b9e3 commit 4cc307d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flow/e2e/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,7 @@ func PopulateSourceTable(conn *pgx.Conn, suffix string, tableName string, rowCou
"geometryPoint", geography_point,geometry_linestring, geography_linestring,geometry_polygon, geography_polygon,
myreal,
myreal2,
myreal3,
myreal3
) VALUES %s;
`, suffix, tableName, strings.Join(rows, ",")))
if err != nil {
Expand Down

0 comments on commit 4cc307d

Please sign in to comment.