Skip to content

Commit ac30daf

Browse files
author
Isaque Neves
committed
fix workflow
1 parent 9a190de commit ac30daf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/dargres_query_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void main() {
1313
'driver': 'pgsql',
1414
'driver_implementation': 'dargres',
1515
'host': 'localhost',
16-
'port': '5435',
16+
'port': '5432',
1717
'database': 'banco_teste',
1818
'username': 'usermd5',
1919
'password': 's1sadm1n',

test/postgres_query_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void main() {
1212
'driver': 'pgsql',
1313
'driver_implementation': 'postgres',
1414
'host': 'localhost',
15-
'port': '5435',
15+
'port': '5432',
1616
'database': 'banco_teste',
1717
'username': 'usermd5',
1818
'password': 's1sadm1n',

test/postgres_v3_query_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void main() {
1313
'driver': 'pgsql',
1414
'driver_implementation': 'postgres_v3',
1515
'host': 'localhost',
16-
'port': '5435',
16+
'port': '5432',
1717
'database': 'banco_teste',
1818
'username': 'usermd5',
1919
'password': 's1sadm1n',

0 commit comments

Comments
 (0)