Skip to content

Commit

Permalink
'fix tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Aug 26, 2017
1 parent a51ddfb commit 3018267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/tests/test_magic.py
Expand Up @@ -1028,7 +1028,7 @@ def test_ls_magic():
lsmagic = ip.magic('lsmagic')
with warnings.catch_warnings(record=True) as w:
j = json_formatter(lsmagic)
nt.assert_equal(sorted(j), ['cell', 'line'])
nt.assert_equal(sorted(j), ['cell', 'completer', 'line'])
nt.assert_equal(w, []) # no warnings

def test_strip_initial_indent():
Expand Down

0 comments on commit 3018267

Please sign in to comment.