Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaque Neves committed Dec 28, 2023
1 parent 9a190de commit ac30daf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/dargres_query_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void main() {
'driver': 'pgsql',
'driver_implementation': 'dargres',
'host': 'localhost',
'port': '5435',
'port': '5432',
'database': 'banco_teste',
'username': 'usermd5',
'password': 's1sadm1n',
Expand Down
2 changes: 1 addition & 1 deletion test/postgres_query_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void main() {
'driver': 'pgsql',
'driver_implementation': 'postgres',
'host': 'localhost',
'port': '5435',
'port': '5432',
'database': 'banco_teste',
'username': 'usermd5',
'password': 's1sadm1n',
Expand Down
2 changes: 1 addition & 1 deletion test/postgres_v3_query_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void main() {
'driver': 'pgsql',
'driver_implementation': 'postgres_v3',
'host': 'localhost',
'port': '5435',
'port': '5432',
'database': 'banco_teste',
'username': 'usermd5',
'password': 's1sadm1n',
Expand Down

0 comments on commit ac30daf

Please sign in to comment.