Skip to content

Commit e903f3e

Browse files
committed
Merge pull request reduxjs#687 from indigofeather/master
Docs: Fix example code in WritingTests
2 parents d8ad1ea + a2ab3da commit e903f3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/recipes/WritingTests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ describe('todos reducer', () => {
138138
id: 0
139139
}]);
140140
});
141+
});
141142
```
142143

143144
### Components

0 commit comments

Comments
 (0)