Skip to content

Commit 93df452

Browse files
author
Philipp Alferov
committed
Refine fixtures
1 parent ee5f0df commit 93df452

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module.exports = [{
2-
_id: 1,
2+
_id: 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c',
33
parent: null,
44
children: [{
5-
_id: 2,
6-
parent: 1,
5+
_id: 'ec666030-7f8f-11e3-ae96-0123456789ab',
6+
parent: 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c',
77
children: [{
8-
_id: 3,
9-
parent: 2
8+
_id: 'ec66fc70-7f8f-11e3-ae96-000000000000',
9+
parent: 'ec666030-7f8f-11e3-ae96-0123456789ab'
1010
}]
1111
}]
1212
}, {
13-
_id: 4,
13+
_id: '32a4fbed-676d-47f9-a321-cb2f267e2918',
1414
parent: null
1515
}];
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module.exports = [{
2-
_id: 1,
2+
_id: 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c',
33
parent: null
44
}, {
5-
_id: 2,
6-
parent: 1
5+
_id: 'ec666030-7f8f-11e3-ae96-0123456789ab',
6+
parent: 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c'
77
}, {
8-
_id: 3,
9-
parent: 2
8+
_id: 'ec66fc70-7f8f-11e3-ae96-000000000000',
9+
parent: 'ec666030-7f8f-11e3-ae96-0123456789ab'
1010
}, {
11-
_id: 4,
11+
_id: '32a4fbed-676d-47f9-a321-cb2f267e2918',
1212
parent: null
1313
}];

0 commit comments

Comments
 (0)