maven cleanup

This commit is contained in:
eugenp
2016-08-17 10:41:23 +03:00
parent 6c062ca19e
commit 82afbe6aef
3 changed files with 30 additions and 27 deletions
@@ -30,7 +30,9 @@ public class TestInterceptor {
SuperService superService = container.select(SuperService.class).get();
String code = "123456";
superService.deliverService(code);
Assert.assertTrue(AuditedInterceptor.calledBefore);
Assert.assertTrue(AuditedInterceptor.calledAfter);
}
}