diff options
Diffstat (limited to 'test/fixtures/nodes.yml')
| -rw-r--r-- | test/fixtures/nodes.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml index 642d937a..8574c1b3 100644 --- a/test/fixtures/nodes.yml +++ b/test/fixtures/nodes.yml | |||
| @@ -14,6 +14,7 @@ first_child: | |||
| 14 | lft: 2 | 14 | lft: 2 |
| 15 | rgt: 3 | 15 | rgt: 3 |
| 16 | parent_id: 1 | 16 | parent_id: 1 |
| 17 | draft_id: 100 | ||
| 17 | slug: first_child | 18 | slug: first_child |
| 18 | unique_name: first_child | 19 | unique_name: first_child |
| 19 | 20 | ||
| @@ -22,6 +23,7 @@ second_child: | |||
| 22 | lft: 4 | 23 | lft: 4 |
| 23 | rgt: 5 | 24 | rgt: 5 |
| 24 | parent_id: 1 | 25 | parent_id: 1 |
| 26 | draft_id: 101 | ||
| 25 | slug: second_child | 27 | slug: second_child |
| 26 | unique_name: second_child | 28 | unique_name: second_child |
| 27 | 29 | ||
| @@ -30,5 +32,6 @@ third_child: | |||
| 30 | lft: 6 | 32 | lft: 6 |
| 31 | rgt: 7 | 33 | rgt: 7 |
| 32 | parent_id: 1 | 34 | parent_id: 1 |
| 35 | draft_id: 102 | ||
| 33 | slug: third_child | 36 | slug: third_child |
| 34 | unique_name: third_child \ No newline at end of file | 37 | unique_name: third_child \ No newline at end of file |
