From 66b1c3cf80f88a7ad28e279eff58b3560532bf4e Mon Sep 17 00:00:00 2001 From: bscan <10503608+bscan@users.noreply.github.com> Date: Mon, 21 Feb 2022 21:05:04 -0500 Subject: Better resolution of explicitly marked methods, support for SUPER, and starting to clean up tests --- client/src/test/completion.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/test/completion.test.ts') diff --git a/client/src/test/completion.test.ts b/client/src/test/completion.test.ts index f355078..29786f1 100644 --- a/client/src/test/completion.test.ts +++ b/client/src/test/completion.test.ts @@ -8,7 +8,7 @@ import * as assert from 'assert'; import { getDocUri, activate } from './helper'; suite('Should do completion', () => { - const docUri = getDocUri('completion.txt'); + const docUri = getDocUri('mainTest.pl'); test('Completes JS/TS in txt file', async () => { await testCompletion(docUri, new vscode.Position(0, 0), { -- cgit v1.2.3