Skip to content

Commit

Permalink
Merge branch 'close-testing-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyatt committed Aug 10, 2014
2 parents 9fec6e2 + b9ae258 commit 5a965ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions websocket-test.el
Expand Up @@ -319,8 +319,7 @@
(flet ((websocket-send (websocket frame) (push frame sent-frames))
(websocket-openp (websocket) t)
(kill-buffer (buffer))
(delete-process (proc))
(process-buffer (conn) (add-to-list 'processes-deleted conn)))
(delete-process (proc) (add-to-list 'processes-deleted proc)))
(websocket-close (websocket-inner-create
:conn "fake-conn"
:url t
Expand Down

0 comments on commit 5a965ad

Please sign in to comment.