Browse Source

fixing misleading typo in caching.unit.js reset() test

feature/nested-cache-fetch-fix
Bryan Donovan 11 years ago
parent
commit
1a0150b759
  1. 2
      test/caching.unit.js

2
test/caching.unit.js

@ -113,7 +113,7 @@ describe("caching", function () {
key2 = support.random.string(20);
value2 = support.random.string();
cache.set(key, value, done);
cache.set(key2, value2, done);
});
});

Loading…
Cancel
Save