Skip to content

Commit

Permalink
Remove unnecessary line from test
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 7, 2014
1 parent 332117c commit a1f6373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_kernel/tests/test_magickernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_inspect():
assert "list the current line and cell magics" in log_text

kernel.do_inspect('%lsmagic ', len('%lsmagic') + 1)
assert True, "This was hanging..."


def test_path_complete():
kernel = get_kernel()
Expand Down

0 comments on commit a1f6373

Please sign in to comment.