Skip to content

Commit

Permalink
Fixed a typo in the unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jun 21, 2015
1 parent 2535902 commit 6141da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/routes/chunked-download-routes-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ describe("chunked-upload-routes.js", function() {
});
});

it('should throw a DownloadMissing error if the supplied downloadId does not exist', function() {
it('should throw a ServerError if the cache fails to store the download data', function() {
cache_mock.setReturnValue(false);
(function() {
routes.get.handler({
params: {
downloadId: guidHelper.newGuid(),
downloadId: downloadId,
index: 0
}
}, {
Expand Down

0 comments on commit 6141da1

Please sign in to comment.