Skip to content

Commit

Permalink
Renaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN authored Jan 7, 2024
1 parent 6eddde5 commit 91c7cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/test/definition.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))),
Expand Down

0 comments on commit 91c7cdf

Please sign in to comment.