Skip to content

Commit 04bca9b

Browse files
committed
remove only
1 parent 435876b commit 04bca9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/repl/variableProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { VariablesProvider } from '../../client/repl/variables/variablesProvider
1818
import { VariableRequester } from '../../client/repl/variables/variableRequester';
1919
import * as workspaceApis from '../../client/common/vscodeApis/workspaceApis';
2020

21-
suite.only('ReplVariablesProvider', () => {
21+
suite('ReplVariablesProvider', () => {
2222
let provider: VariablesProvider;
2323
let varRequester: TypeMoq.IMock<VariableRequester>;
2424
let notebook: TypeMoq.IMock<NotebookDocument>;

0 commit comments

Comments
 (0)