diff --git a/client/src/test/definition.test.ts b/client/src/test/definition.test.ts index ba4dd665..06962431 100644 --- a/client/src/test/definition.test.ts +++ b/client/src/test/definition.test.ts @@ -5,7 +5,7 @@ import { activate, getDocumentURI } from './helper' /** ATTENTION * These tests are NOT ATOMIC, they depend on each other, order matters. (Resolve TODO) * */ -test('go to definition', async () => { +test('go to method definition', async () => { const definitionURI = getDocumentURI('definition.wlk') await testDefinition(definitionURI, new Position(8, 8), [ new Location(definitionURI, new Range(new Position(0, 0), new Position(6, 0))),