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 48c86b3

Browse files
'fix' tests
1 parent 07b567a commit 48c86b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
(0)

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