Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 20, 2024
1 parent b79ff82 commit 9ee02e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Content Intellisense - Completions', async () => {

const completions = await languageServer.handle.sendCompletionRequest(
document.uri,
Position.create(1, 6),
Position.create(1, 7),
);

const labels = (completions?.items ?? []).map((item) => item.label);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
type:
type:
---

0 comments on commit 9ee02e8

Please sign in to comment.