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
test_update_node assumes there is already a node with id 1 in the database. This is the case if we run test_save_node first, but if the tests are run in a different order, that could cause failures.
One fix could be to use a test database that is reset before each test.
The text was updated successfully, but these errors were encountered:
test_update_node
assumes there is already a node with id 1 in the database. This is the case if we runtest_save_node
first, but if the tests are run in a different order, that could cause failures.One fix could be to use a test database that is reset before each test.
The text was updated successfully, but these errors were encountered: