From 61a115351e376a3bd9be2be408a9e544eb704b5d Mon Sep 17 00:00:00 2001 From: dartpopikyardo Date: Thu, 15 Sep 2016 20:34:49 +0300 Subject: [PATCH] uncomment test methods --- .../javaexamples/testutil/AbstractRestAPITest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java-spring/testutil/src/main/java/net/chrisrichardson/eventstorestore/javaexamples/testutil/AbstractRestAPITest.java b/java-spring/testutil/src/main/java/net/chrisrichardson/eventstorestore/javaexamples/testutil/AbstractRestAPITest.java index 013868d..c06ce62 100644 --- a/java-spring/testutil/src/main/java/net/chrisrichardson/eventstorestore/javaexamples/testutil/AbstractRestAPITest.java +++ b/java-spring/testutil/src/main/java/net/chrisrichardson/eventstorestore/javaexamples/testutil/AbstractRestAPITest.java @@ -25,7 +25,7 @@ import static org.junit.Assert.assertTrue; public abstract class AbstractRestAPITest { - //@Test + @Test public void shouldCreateAccountsAndTransferMoney() { CustomerInfo customerInfo = generateCustomerInfo(); @@ -151,7 +151,7 @@ public abstract class AbstractRestAPITest { }); } - //@Test + @Test public void shouldCreateCustomersAndAddToAccount() { CustomerInfo customerInfo = generateCustomerInfo();