The unit test from the previous exercise has some repeated code for setting up the Rectangle object. Move that code to a setup method within the test class, to eliminate the duplication. (You’ll need to change the local variable that holds the Rectangle to an instance variable.)