|
|
@@ -138,7 +138,7 @@ public class TriangleTest {
|
|
138
|
138
|
|
|
139
|
139
|
@Ignore("Remove to run test")
|
|
140
|
140
|
@Test
|
|
141
|
|
- public void trianglesViolatingTriangleInequalityAreIllegal3() throws TriangleException {
|
|
|
141
|
+ public void trianglesViolatingTriangleInequalityAreIllegal2() throws TriangleException {
|
|
142
|
142
|
expectedException.expect(TriangleException.class);
|
|
143
|
143
|
new Triangle(7, 3, 2);
|
|
144
|
144
|
}
|