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
When trying to do assertions on MapSettings it would be nice to have some form of toString to display the contents when a test fails. Or you could just expose a read-only version of the delegate
The text was updated successfully, but these errors were encountered:
This makes some sense. For now, one workaround would be to manually pass a MutableMap to the MapSettings constructor and hold onto that instance to make assertions
When trying to do assertions on MapSettings it would be nice to have some form of toString to display the contents when a test fails. Or you could just expose a read-only version of the delegate
The text was updated successfully, but these errors were encountered: