Explorar o código

Add render tests in new format

Jake %!s(int64=10) %!d(string=hai) anos
pai
achega
0bd2371fca
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      test/test.js

+ 9 - 0
test/test.js

@@ -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() {
         before(function() {
           cache.get_redis().flushall();