Skip to content

Commit

Permalink
trying to fix an odd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jun 21, 2015
1 parent e41c81d commit a39cd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes/chunked-upload-routes-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe("chunked-upload-routes.js", function() {
routes.put.handler({
params: {
uploadId: uploadId,
index: ""
index: "woot"
},
files: {
testFile: {
Expand Down

0 comments on commit a39cd7d

Please sign in to comment.