Skip to content

Commit 899f7d1

Browse files
committed
Updated tests
1 parent 175405b commit 899f7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/chatbot/lib/handlers/TestNLHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void testLiteral() throws Exception {
5656

5757
@Test
5858
public void testEntity() throws Exception {
59-
// checkEntity("user", "Barack Obama", true);
59+
checkEntity("user", "Barack Obama", true);
6060
}
6161

6262
@Test

0 commit comments

Comments
 (0)