Przeglądaj źródła

Updated test name

Jack Mustacato 9 lat temu
rodzic
commit
d32015665d

+ 1
- 1
exercises/triangle/src/test/java/TriangleTest.java Wyświetl plik

@@ -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
     }