Skip to content

Commit b7b9cf5

Browse files
committed
Remove incorrect comment
1 parent 05475ea commit b7b9cf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/jupyterlab-lsp/src/transclusions/ipython-rpy2/extractors.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ describe('IPython rpy2 extractors', () => {
126126
let { foreign_document_map } = extract(code);
127127
let { range } = get_the_only_pair(foreign_document_map);
128128
expect(range.start.line).to.be.equal(1);
129-
// note: the space before ggplot() is included in the range
130129
expect(range.start.column).to.be.equal(0);
131130

132131
expect(range.end.line).to.be.equal(1);

0 commit comments

Comments
 (0)