Browse Source

Fix incorrect timeout location

feature/specify-what-to-cache
Sean Cady 10 years ago
parent
commit
ef044b8902
  1. 4
      test/multi_caching.unit.js

4
test/multi_caching.unit.js

@ -172,8 +172,8 @@ describe("multi_caching", function() {
}); });
}); });
}); });
}); }, 10);
}, 10); });
}); });
}); });
}); });

Loading…
Cancel
Save