Skip to content

Commit ca6a87e

Browse files
committed
fix
1 parent 9127411 commit ca6a87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ts-autocomplete/src/index.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('Autocompleter', function () {
5656
expect(completions).to.deep.include({
5757
kind: 'function',
5858
name: 'myGlobalFunction',
59-
type: 'myGlobalFunction',
59+
type: 'void',
6060
});
6161
});
6262

@@ -217,7 +217,7 @@ describe('Autocompleter', function () {
217217
{
218218
kind: 'function',
219219
name: 'myGlobalFunction',
220-
type: 'myGlobalFunction',
220+
type: 'void',
221221
},
222222
]);
223223
});

0 commit comments

Comments
 (0)