Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Sep 7, 2024
1 parent 7d52079 commit 7e6b449
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/adapter/yamlls/integration_test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func openFile(t *testing.T, documents *lsplocal.DocumentStore, path string, yaml
Text: string(content),
},
}
_, err = documents.DidOpenTemplateDocument(&d, util.DefaultConfig)
// doc, err := documents.DidOpen(&d, util.DefaultConfig) TODO: fix this
// yamllsConnector.DocumentDidOpen(doc.Ast, d)
doc, err := documents.DidOpenTemplateDocument(&d, util.DefaultConfig)
yamllsConnector.DocumentDidOpen(doc.Ast, d)
}

0 comments on commit 7e6b449

Please sign in to comment.