diff --git a/www/common/sframe-app-framework.js b/www/common/sframe-app-framework.js index e5ce318b7..09397593a 100644 --- a/www/common/sframe-app-framework.js +++ b/www/common/sframe-app-framework.js @@ -78,7 +78,7 @@ define([ console.log("Here is the test"); evOnReady.reg(function () { cpNfInner.chainpad.onSettle(function () { - console.log("The test has passed") + console.log("The test has passed"); t.pass(); }); });