Hey! Found a small typo/mismatch in the instructions.
The README/instructions state that the code should raise an UnsupportedOperation exception. However, both the starter code and the test file actually use NotMovieClubMemberError.
It might confuse people, so the README should probably be updated to match the tests.
Hey! Found a small typo/mismatch in the instructions.
The README/instructions state that the code should raise an
UnsupportedOperationexception. However, both the starter code and the test file actually useNotMovieClubMemberError.It might confuse people, so the README should probably be updated to match the tests.