Skip to content

Commit ff858cf

Browse files
committed
remove bad rebase code
1 parent 91bca43 commit ff858cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: test/test-python-shell.ts

-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ describe('PythonShell', function () {
123123
results.should.eql(['hello', 'world']);
124124
done();
125125
});
126-
127-
pythonshell.should.be.an.instanceOf(PythonShell);
128126
});
129127
it('should be able to execute a string of python code using promises', async function () {
130128
let results = await PythonShell.runString('print("hello");print("world")');

0 commit comments

Comments
 (0)