UT fix create account test.

This commit is contained in:
Arthur Britto
2012-11-24 13:54:52 -08:00
parent 4fbb6a2b5a
commit 189c1276a3

View File

@@ -191,6 +191,7 @@ buster.testCase("Remote functions", {
// console.log("account_root: %s", JSON.stringify(r));
// Need to verify account and balance.
buster.assert(true);
done();
})
.on('error', function(m) {