From abe28c5bbbe2ef69d033d8ef62f6eb48791acc2b Mon Sep 17 00:00:00 2001 From: Joyce Lin Date: Mon, 23 Oct 2017 16:17:52 -0400 Subject: [PATCH] Update HelloWorldTest.java --- src/test/java/com/blackduck/helloworld/HelloWorldTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/com/blackduck/helloworld/HelloWorldTest.java b/src/test/java/com/blackduck/helloworld/HelloWorldTest.java index 9c9c3c7..c9cfab4 100644 --- a/src/test/java/com/blackduck/helloworld/HelloWorldTest.java +++ b/src/test/java/com/blackduck/helloworld/HelloWorldTest.java @@ -18,6 +18,7 @@ public void setup() { @Test public void testGetMessage() { + // ad assertEquals("Hello World!", subject.getMessage(false)); }