Fix typo in functionCallSnippet.test.ts

This commit is contained in:
Howard Hung
2019-05-01 23:35:02 +08:00
parent 473af338e1
commit 778b92f459

View File

@@ -6,7 +6,7 @@
import * as assert from 'assert';
import 'mocha';
import * as vscode from 'vscode';
import { snippetForFunctionCall } from "../utils/snippetForFunctionCall";
import { snippetForFunctionCall } from '../utils/snippetForFunctionCall';
suite('typescript function call snippets', () => {
test('Should use label as function name', async () => {