Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Oct 3, 2024
1 parent 49055da commit 93b06b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/suite/qLangServer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ describe("qLangServer", () => {
.value(async () => [{ uri: "file:///test" }]);
server.onDidChangeWatchedFiles({
changes: [
{ type: FileChangeType.Deleted, uri: "file:///test/ref" },
{ type: FileChangeType.Changed, uri: "file:///test/def" },
{ type: FileChangeType.Deleted, uri: "file:///test/ref.q" },
{ type: FileChangeType.Changed, uri: "file:///test/def.q" },
],
});
});
Expand Down

0 comments on commit 93b06b7

Please sign in to comment.