Skip to content

Commit 24b073a

Browse files
committed
progress
1 parent 60feb96 commit 24b073a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/pgt_lsp/tests/server.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,10 @@ async fn extends_config() -> Result<()> {
13731373
// test_one extends the shared config but sets our test db
13741374
let mut conf_with_db = PartialConfiguration::init();
13751375
conf_with_db.merge_with(PartialConfiguration {
1376-
extends: Some(StringSet::from_iter(["../postgrestools.jsonc".to_string()])),
1376+
extends: Some(StringSet::from_iter([Path::new("..")
1377+
.join("postgrestools.jsonc")
1378+
.to_string_lossy()
1379+
.to_string()])),
13771380
db: Some(PartialDatabaseConfiguration {
13781381
database: Some(
13791382
test_db

0 commit comments

Comments
 (0)