AdoptOpenJDK/lambda-tutorial

Exercise 1, Test 3 should be more similar to Test 2

Grundlefleck opened this issue · 0 comments

Exercise_1_Test has one test case which requires Shape#toString method, and the following test case expects the use of Shape#getColor to build the result string. The latter test case should just use Shape#toString, for consistency.