Currently, the tests for the project are basically littered with Option.get() calls because we know that the creation of an object will work, but there's no other way to access the actual object. We should refactor these calls to use OptionValues, as well as clean up some of our generators
Currently, the tests for the project are basically littered with
Option.get()
calls because we know that the creation of an object will work, but there's no other way to access the actual object. We should refactor these calls to use OptionValues, as well as clean up some of our generators