diff options
author | Phil Hughes <me@iamphill.com> | 2019-06-26 15:53:11 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-06-26 15:53:11 +0000 |
commit | 6b95c9026092d4553bc20c5fcdacb300ff65d6ee (patch) | |
tree | 9c72bc3033bb4a6f4a0ad30f5be55b40a5648759 /spec/frontend | |
parent | 55c704a585682c0ef7265fdb49f595e874fc4aeb (diff) | |
parent | b8cbf914283744eb781aa6eda0c91e0cb3d73fbf (diff) | |
download | gitlab-ce-6b95c9026092d4553bc20c5fcdacb300ff65d6ee.tar.gz |
Merge branch '12426-modal-store-spec' into 'master'
Removes EE differences for spec/frontend/boards/modal_store_spec.js
Closes gitlab-ee#12426
See merge request gitlab-org/gitlab-ce!30084
Diffstat (limited to 'spec/frontend')
-rw-r--r-- | spec/frontend/boards/modal_store_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/boards/modal_store_spec.js b/spec/frontend/boards/modal_store_spec.js index 4dd27e94d97..5b5ae4b6556 100644 --- a/spec/frontend/boards/modal_store_spec.js +++ b/spec/frontend/boards/modal_store_spec.js @@ -25,7 +25,7 @@ describe('Modal store', () => { }); issue2 = new ListIssue({ title: 'Testing', - id: 1, + id: 2, iid: 2, confidential: false, labels: [], |