-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Tests can fail sometimes simply because the values coming from Fauna can be in a different order than the expected ones.
This happens mostly at:
One easy way to reproduce it is by using test.only on that test. That means, replacing test(`build an sdk for the 'modularized' example, with standard cache
by test.only(`build an sdk for the 'modularized' example, with standard cache
.
It looks like we get one output from Fauna's expanded schema if we run our test in isolation, and a different output if we run it right after other tests.
This might be caused by how we are resetting the data in between tests.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers