Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The API stub for the Brief model doesn't reflect its current
serialize()
output. Any tests using it won't have an accurate reflection of what the API returns.This should also hopefully make the transition from
frameworkFramework
toframeworkFamily
easier.I've made this a minor version bump - while it would potentially break tests if pulled in, no code should be affected. If anyone feels strongly that it should be a major bump, shout now 😸
I also reorganised the test into a class of 5 tests, rather than one test with 5 assertions.