Skip to content

Commit

Permalink
add parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Schreck committed Feb 5, 2014
1 parent cb3558f commit e31e7a0
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 @@ -5,7 +5,7 @@ describe('MemoryStore', function() {
var store;

beforeEach(function() {
store = new MemoryStore;
store = new MemoryStore();
});

it("should undefined for missing keys", function() {
Expand Down

0 comments on commit e31e7a0

Please sign in to comment.