Improve coverage for dmaap messageservice
[dmaap/messagerouter/messageservice.git] / src / test / java / com / att / nsa / dmaap / HelloWorldTest.java
index a821119..6191cf1 100644 (file)
@@ -38,20 +38,15 @@ public class HelloWorldTest {
 \r
        @Test\r
        public void testToResponse() {\r
-               \r
+\r
                HelloWorld hello = new HelloWorld();\r
-               \r
+\r
                try {\r
                        hello.speak(null);\r
-               } catch(NullPointerException e) {\r
+               } catch (NullPointerException e) {\r
                        assertTrue(true);\r
                }\r
-               \r
-        \r
+\r
        }\r
-       \r
-       \r
-       \r
-       \r
 \r
 }
\ No newline at end of file