dakra / speed-type

Practice touch/speed typing in emacs
GNU General Public License v3.0
137 stars 19 forks source link

Fix speed-type--retrieve Test Failure #36

Closed LaurenceWarne closed 2 years ago

LaurenceWarne commented 2 years ago

Hi, this PR is a follow up from #35, the issue was when a GET request to speed-type--retrieve returns a non 200 status code, nil was not returned, this PR fixes that by just checking the status code.

All tests are passing locally for me, I see you've added ci in the last commit, hopefully that should pass now for this PR - EDIT: alright looks good!

dakra commented 2 years ago

Awesome. thanks :)