Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d3d040a

Browse files
ackshually
1 parent 48c86b3 commit d3d040a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎crates/pgt_cli/tests/assert_cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn test_cli_check_command() {
99

1010
let test_sql_path = PathBuf::from("tests/fixtures/test.sql");
1111

12-
cmd.args(["check", "--disable-db",test_sql_path.to_str().unwrap()])
12+
cmd.args(["check", test_sql_path.to_str().unwrap()])
1313
.assert()
1414
.failure()
1515
.stdout(predicate::str::contains("Found 1 error"));

‎postgrestools.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// YOU CAN COMMENT ME OUT :)
1818
"db": {
1919
"host": "127.0.0.1",
20-
"port": 54322,
20+
"port": 5432,
2121
"username": "postgres",
2222
"password": "postgres",
2323
"database": "postgres",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /