src/test/java/cc/mrbird/febs/ProfitTest.java
@@ -39,7 +39,7 @@ } @Test public void agentProfit() { memberProfitService.agentProfit(new Date()); memberProfitService.agentProfit(null); } @@ -92,4 +92,9 @@ public void changeAmount(Map<String, Integer> amount) { amount.put("amount", 2); } @Test public void scorePool(){ memberProfitService.scorePool(); } }