Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abrochard committed Dec 16, 2020
1 parent 20fe58d commit b3a5608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/walkman-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
(lambda (args)
(walkman-response--create :code 200 :status "OK" :headers '() :body ""))))
(let ((response (with-temp-buffer
(insert-file-contents "sample-request")
(insert-file-contents "test/sample-request")
(walkman-at-point))))
(should (equal (walkman-response-code response) 200))
(should (equal (walkman-response-status response) "OK"))
Expand Down

0 comments on commit b3a5608

Please sign in to comment.