Skip to content

Commit 41df1d4

Browse files
committed
Edit to comments
1 parent a0eb55f commit 41df1d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/reducers/__tests__/actionItemsReducer.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test('should return the initial state when no action is provided', () => {
55
expect(actionItemsReducer(undefined, {})).toBeNull();
66
});
77

8-
// Test handling of GET_ACTION_ITEMS action
8+
// Test to handle of GET_ACTION_ITEMS action
99
test('should handle GET_ACTION_ITEMS action', () => {
1010
const initialState = null;
1111
const action = {

0 commit comments

Comments
 (0)