Skip to content

Commit 2ca3684

Browse files
committed
Update selenium tests
1 parent 6670d57 commit 2ca3684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/tests/selenium/test_markdown.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def test_markdown_cell(notebook):
2020
expected_contents = ['<h1 id="Foo">Foo<a class="anchor-link" href="#Foo">¶</a></h1>',
2121
'<p><strong>Bar</strong></p>',
2222
'<p><em>Baz</em></p>',
23-
'<pre><code>x = 1\n</code></pre>',
24-
'<pre><code class="cm-s-ipython language-aaaa">x = 1\n</code></pre>'
23+
'<pre><code>x = 1</code></pre>',
24+
'<pre><code class="cm-s-ipython language-aaaa">x = 1</code></pre>'
2525
]
2626
nb.append(*cell_text, cell_type="markdown")
2727
nb.run_all()

0 commit comments

Comments
 (0)