Commit 6b95c902 authored by Phil Hughes's avatar Phil Hughes

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
parents 55c704a5 b8cbf914
......@@ -25,7 +25,7 @@ describe('Modal store', () => {
});
issue2 = new ListIssue({
title: 'Testing',
id: 1,
id: 2,
iid: 2,
confidential: false,
labels: [],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment