Skip to content

Commit

Permalink
Remove useless 'message' in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Mar 14, 2019
1 parent 412b07d commit fe3d2ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/elpy-shell-echo-inputs-and-outputs-test.el
Expand Up @@ -112,7 +112,6 @@
(goto-char 72)
(activate-mark)
(elpy-shell-kill t)
(message "use-region: %s" (use-region-p))
(elpy-shell-send-region-or-buffer)
(python-shell-send-string "print('OK')\n")
(should (string-match "^7" (with-current-buffer "*Python*"
Expand Down

0 comments on commit fe3d2ac

Please sign in to comment.