Skip to content

Commit 69e512a

Browse files
committed
Fix unused import
1 parent 9692fc0 commit 69e512a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integrationTests/virtualDocumentTracker.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import * as vscode from 'vscode';
77

8-
import { assert, expect, should } from 'chai';
8+
import { expect, should } from 'chai';
99
import { activateCSharpExtension, isSlnWithGenerator } from './integrationHelpers';
1010
import testAssetWorkspace from './testAssets/testAssetWorkspace';
1111
import { IDisposable } from '../../src/Disposable';

0 commit comments

Comments
 (0)