This commit is contained in:
Nolan Lawson 2014-10-24 22:18:00 -04:00
parent 4a2c56c649
commit cf6b6f8264

View File

@ -58,7 +58,7 @@ function tests() {
blobUtil.blobToBase64String(otherBlob)
]).then(function (strings) {
strings[0].should.equal(strings[1]);
})
});
});
});
});