-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor specific items to anghammarad-common project so we can use them to test anghammarad-config changes. #198
Conversation
so can move Contacts without moving serialisation aspect
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 🙏
What does this change?
This converts the contacts-integration-fixture.json into a List[Mapping].
The plan is to refactor several classes into anghammarad-common in order to make them available to anghammarad-config for testing changes to the config file but we don't want to move the Serialization object too as this causes issues.
Worked with @adamnfish
How to test
run
sbt
to open the sbt console, then typetest
.Have we considered potential risks?