Using the same class name as the other Triangle Assignment was affecting the testing order, causing this assignment to show up before about_exceptions.
Ensuring that later class method definitions don't mess with earlier tests.
Renaming test to reflect that other objects are not affected by singleton methods on objects.
Signed-off-by: edgecase <github@theedgecase.com>