Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c02a79a9
Commit
c02a79a9
authored
Dec 23, 2019
by
nmilojevic1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lint errors
parent
88d61412
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spec/lib/gitlab/import_export/relation_factory_spec.rb
spec/lib/gitlab/import_export/relation_factory_spec.rb
+4
-4
No files found.
spec/lib/gitlab/import_export/relation_factory_spec.rb
View file @
c02a79a9
...
...
@@ -120,9 +120,9 @@ describe Gitlab::ImportExport::RelationFactory do
let
(
:members_mapper
)
do
Gitlab
::
ImportExport
::
MembersMapper
.
new
(
exported_members:
[
exported_member
],
user:
user
,
importable:
project
)
exported_members:
[
exported_member
],
user:
user
,
importable:
project
)
end
let
(
:relation_hash
)
do
...
...
@@ -133,7 +133,7 @@ describe Gitlab::ImportExport::RelationFactory do
'source_project_id'
=>
project
.
id
,
'target_project_id'
=>
project
.
id
,
'author_id'
=>
user
.
id
,
'assignee_id'
=>
user
.
id
,
'assignee_id'
=>
user
.
id
,
'updated_by_id'
=>
user
.
id
,
'title'
=>
"MR1"
,
'created_at'
=>
"2016-06-14T15:02:36.568Z"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment