CB-10978 Fix file-transfer.tests JSHint issues
diff --git a/tests/tests.js b/tests/tests.js
index d5c5de6..120c716 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -770,7 +770,7 @@
                     var downloadFail = function() {
                         unexpectedCallbacks.httpFail();
                         done();
-                    }
+                    };
 
                     // This is an undocumented interface to File which exists only for testing
                     // backwards compatibilty. By obtaining the raw filesystem path of the download
@@ -1223,7 +1223,7 @@
                     var uploadFail = function() {
                         unexpectedCallbacks.httpFail();
                         done();
-                    }
+                    };
 
                     var internalFilePath;
                     if (specContext.root.toInternalURL) {