From 7e890adf621721aa15f9ac1ecaebbd6aa49e4518 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 11 Feb 2015 20:00:18 -0600 Subject: [PATCH] test default images for renders --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index a57cbaf..32115d1 100644 --- a/test/test.js +++ b/test/test.js @@ -259,7 +259,7 @@ describe("Server", function() { } //testing all paths for default images - locations = ["avatars", "skins"] + locations = ["avatars", "skins", "renders/head"] for (var l in locations) { var location = locations[l]; (function(location) {