You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2021. It is now read-only.
I have some tests in my application that use the waterline-fixtures and as soon as i manually add a record (in my test) the autoIncrement counter is somehow reset. So if my fixtures are adding records they e.g. create 2 records with id 1 and 2. Then in my test case I am also adding a record to the same collection and this record gets the id 1 as well. Although it should get the id 3.
The text was updated successfully, but these errors were encountered:
I have some tests in my application that use the waterline-fixtures and as soon as i manually add a record (in my test) the autoIncrement counter is somehow reset. So if my fixtures are adding records they e.g. create 2 records with id 1 and 2. Then in my test case I am also adding a record to the same collection and this record gets the id 1 as well. Although it should get the id 3.
The text was updated successfully, but these errors were encountered: