From ef044b8902a480707a2b02c8feb773175288881f Mon Sep 17 00:00:00 2001 From: Sean Cady Date: Mon, 2 Feb 2015 15:27:12 -0500 Subject: [PATCH] Fix incorrect timeout location --- test/multi_caching.unit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/multi_caching.unit.js b/test/multi_caching.unit.js index 5f93b66..706c76e 100644 --- a/test/multi_caching.unit.js +++ b/test/multi_caching.unit.js @@ -172,8 +172,8 @@ describe("multi_caching", function() { }); }); }); - }); - }, 10); + }, 10); + }); }); }); });