Skip to content

Commit f5bf936

Browse files
Mario Aguiarravichdev
authored andcommitted
Fix linting errors
1 parent f75e6a1 commit f5bf936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/tests/js/settings/reducer.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe( 'Reducer', () => {
135135
errors: {
136136
api_error: {
137137
message: 'Test Error',
138-
}
138+
},
139139
},
140140
};
141141

@@ -166,7 +166,7 @@ describe( 'Reducer', () => {
166166
errors: {
167167
api_error: {
168168
message: 'Test Error',
169-
}
169+
},
170170
},
171171
};
172172

0 commit comments

Comments
 (0)