Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Oct 30, 2019
1 parent 1a97937 commit 13790fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elpy-shell-starting-directory-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

(ert-deftest elpy-shell-starting-directory-in-current-buffer-mode ()
(elpy-testcase ()
(let ((elpy-shell-starting-directory 'current-buffer)
(let ((elpy-shell-starting-directory 'current-directory)
(curdir default-directory))
(python-mode)
(elpy-mode)
Expand Down

0 comments on commit 13790fe

Please sign in to comment.