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
To prevent issues like #45 we should add tests that read out the fixture keys and validate that the struct actually defines the correct fields.
Ideally we would not write a test for every single field in the struct, but use generated code to iterate over the keys and validate them automatically
The text was updated successfully, but these errors were encountered:
To prevent issues like #45 we should add tests that read out the fixture keys and validate that the struct actually defines the correct fields.
Ideally we would not write a test for every single field in the struct, but use generated code to iterate over the keys and validate them automatically
The text was updated successfully, but these errors were encountered: