Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/sidebar/components/labels/labels_select_vue/store/actions_spec.js')
-rw-r--r--spec/frontend/sidebar/components/labels/labels_select_vue/store/actions_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/sidebar/components/labels/labels_select_vue/store/actions_spec.js b/spec/frontend/sidebar/components/labels/labels_select_vue/store/actions_spec.js
index c27afb75375..663bfbb48cc 100644
--- a/spec/frontend/sidebar/components/labels/labels_select_vue/store/actions_spec.js
+++ b/spec/frontend/sidebar/components/labels/labels_select_vue/store/actions_spec.js
@@ -254,7 +254,7 @@ describe('LabelsSelect Actions', () => {
describe('updateLabelsSetState', () => {
it('updates labels `set` state to match `selectedLabels`', () => {
- testAction(
+ return testAction(
actions.updateLabelsSetState,
{},
state,