Skip to content

Commit

Permalink
adapt test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Schreck committed Feb 5, 2014
1 parent fadc23e commit 07d1a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared/store/memory_store.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('MemoryStore', function() {
store = new MemoryStore();
});

it('should undefined for missing keys', function() {
it('should return undefined for missing keys', function() {
var value = store.get('foobar');
should.not.exist(value);
});
Expand Down

0 comments on commit 07d1a12

Please sign in to comment.