Browse Source

typo fix

hotfix/0.7.1
Bryan Donovan 12 years ago
parent
commit
cdb1ff0514
  1. 2
      test/multi_caching.unit.js

2
test/multi_caching.unit.js

@ -422,7 +422,7 @@ describe("multi_caching", function () {
});
});
context("when instantiated non-Array 'caches' arg", function () {
context("when instantiated with a non-Array 'caches' arg", function () {
it("throws an error", function () {
assert.throws(function () {
multi_caching({foo: 'bar'});

Loading…
Cancel
Save