Skip to content

Commit 4ef883e

Browse files
committed
Merge pull request reduxjs#666 from dsimmons/patch-1
Fixed example in WritingTests.md.
2 parents e07770d + e07f57e commit 4ef883e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/WritingTests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('actions', () => {
5757
};
5858
expect(actions.addTodo(text)).toEqual(expectedAction);
5959
});
60-
}
60+
});
6161
```
6262

6363
### Reducers

0 commit comments

Comments
 (0)