summaryrefslogtreecommitdiff
path: root/spec/frontend/user_lists/store/index/actions_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/user_lists/store/index/actions_spec.js')
-rw-r--r--spec/frontend/user_lists/store/index/actions_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/user_lists/store/index/actions_spec.js b/spec/frontend/user_lists/store/index/actions_spec.js
index 4a8d0afb963..7b2e29ae412 100644
--- a/spec/frontend/user_lists/store/index/actions_spec.js
+++ b/spec/frontend/user_lists/store/index/actions_spec.js
@@ -41,7 +41,7 @@ describe('~/user_lists/store/index/actions', () => {
});
describe('success', () => {
- it('dispatches requestUserLists and receiveUserListsSuccess ', () => {
+ it('dispatches requestUserLists and receiveUserListsSuccess', () => {
return testAction(
fetchUserLists,
null,
@@ -61,7 +61,7 @@ describe('~/user_lists/store/index/actions', () => {
});
describe('error', () => {
- it('dispatches requestUserLists and receiveUserListsError ', () => {
+ it('dispatches requestUserLists and receiveUserListsError', () => {
Api.fetchFeatureFlagUserLists.mockRejectedValue();
return testAction(