Skip to content

Commit ac4cc4a

Browse files
committed
fix test
1 parent 663b1ce commit ac4cc4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/testing/configuration/pytestInstallationHelper.unit.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ suite('PytestInstallationHelper', () => {
100100
.returns(() => Promise.resolve('Install pytest'))
101101
.verifiable(TypeMoq.Times.once());
102102

103-
appShell
104-
.setup((a) => a.showInformationMessage(TypeMoq.It.is((msg: string) => msg.includes('successfully'))))
105-
.returns(() => Promise.resolve(undefined))
106-
.verifiable(TypeMoq.Times.once());
107-
108103
const result = await helper.promptToInstallPytest(workspaceUri);
109104

110105
expect(result).to.be.true;

0 commit comments

Comments
 (0)