Explorar el Código

Merge pull request #73 from winterchord/clean_up_hello_world_tests

Clean up hello-world tests
John Ryan hace 10 años
padre
commit
dba54b400c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      hello-world/src/test/java/HelloWorldTest.java

+ 1
- 1
hello-world/src/test/java/HelloWorldTest.java Ver fichero

@@ -16,7 +16,7 @@ public class HelloWorldTest {
16 16
     }
17 17
 
18 18
     @Test
19
-    public void helloAnotherSampleName() throws Exception {
19
+    public void helloAnotherSampleName() {
20 20
         assertEquals("Hello, Bob!", HelloWorld.hello("Bob"));
21 21
     }
22 22
 }