Add render tests in new format

This commit is contained in:
Jake 2014-12-26 00:06:54 -06:00
parent 01e95f7f19
commit 0bd2371fca

View File

@ -205,6 +205,15 @@ describe("Crafatar", function() {
}); });
}); });
describe("Networking: Render", function() {
it("should not fail (uuid)", function(done) {
helpers.get_render(id, 6, true, true, function(err, hash, img) {
assert.strictEqual(err, null);
done();
});
});
});
describe("Errors", function() { describe("Errors", function() {
before(function() { before(function() {
cache.get_redis().flushall(); cache.get_redis().flushall();