Skip to content

Commit

Permalink
fix import from statement › rename module test (idk how it ever worked)
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Nov 2, 2024
1 parent ee2cf34 commit 4eeb4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/tests/languageServer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ describe(`Basic language server tests`, () => {
const result = await serverInfo.connection.sendRequest(
WillRenameFilesRequest.type,
{
files: [{ oldUri: 'file:///src/foo/bar', newUri: 'file:///src/foo/bar2' }],
files: [{ oldUri: marker.fileUri.toString(), newUri: 'file:///src/foo/bar2.py' }],
},
CancellationToken.None
);
Expand Down

0 comments on commit 4eeb4ef

Please sign in to comment.