Code example changes
This commit is contained in:
@@ -19,7 +19,7 @@ public class TestCakeClassConstructorInjection {
|
||||
|
||||
@Test
|
||||
public void testConstructorInjection() {
|
||||
String testColor=cake.getFlavor().getColor();
|
||||
String testColor = cake.getFlavor().getColor();
|
||||
Assert.assertEquals(testColor, " White ");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user