diff --git a/test/common.js b/test/common.js index 70a20c4a..be97c61f 100644 --- a/test/common.js +++ b/test/common.js @@ -3472,7 +3472,7 @@ describe('Gun', function(){ //console.log("d sends to b....", Gun.obj.copy(msg)); b.on("in", msg); } - }); + }) var b = Gun({file: "bdata"}); var d = null;