Skip to content

Commit 91461b7

Browse files
committed
Fix pending test description for compose
1 parent efd3cec commit 91461b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compose.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
describe('Utils', () => {
55
describe('compose', () => {
66

7-
it('should call map stores');
7+
it('should return combined middleware that executes from left to right');
88
});
99
});

0 commit comments

Comments
 (0)