Skip to content

Commit 4bd9ba6

Browse files
committed
Remove unnessary analyze call
1 parent 9370795 commit 4bd9ba6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/__tests__/analyzer.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ describe('findDeclarationLocations', () => {
152152
})
153153

154154
it('returns local declarations', () => {
155-
analyzer.analyze({ uri: CURRENT_URI, document: FIXTURE_DOCUMENT.INSTALL })
156155
const result = analyzer.findDeclarationLocations({
157156
position: { character: 12, line: 12 },
158157
uri: FIXTURE_URI.SCOPE,

0 commit comments

Comments
 (0)