Skip to content

Commit

Permalink
Missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Nov 5, 2019
1 parent cea996c commit ee0f5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elpy-rpc-get-venv-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(elpy-testcase ()
(let ((elpy-rpc-virtualenv-path 'default))
(should (string-match "elpy/rpc-venv"
(elpy-rpc-get-or-create-virtualenv))))))
(elpy-rpc-get-or-create-virtualenv)))))))

(unless elpy-test-dont-use-virtualenv
(ert-deftest elpy-rpc-get-virtualenv-should-create-the-virtualenv-if-necessary ()
Expand Down

0 comments on commit ee0f5c9

Please sign in to comment.