Fix numbers autoincrement
This commit is contained in:
parent
63590c9e92
commit
1cdf5048c3
6 changed files with 16 additions and 5 deletions
3
test/fixtures/checks.yml
vendored
3
test/fixtures/checks.yml
vendored
|
|
@ -4,13 +4,16 @@ one:
|
|||
position: MyString
|
||||
name: MyString
|
||||
level: 1
|
||||
number: 1
|
||||
|
||||
two:
|
||||
position: MyString
|
||||
name: MyString
|
||||
level: 1
|
||||
number: 2
|
||||
|
||||
deletable:
|
||||
position: MyString
|
||||
name: MyString
|
||||
level: 1
|
||||
number: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue