KKSU
2024-02-21 ddd3b3d03a00143b109e97bc3484fdb6d18a201e
src/test/java/cc/mrbird/febs/ProfitTest.java
@@ -1,10 +1,7 @@
package cc.mrbird.febs;
import cc.mrbird.febs.mall.service.IAgentService;
import cc.mrbird.febs.rabbit.consumer.AgentConsumer;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
/**
 * @author wzy
@@ -13,14 +10,6 @@
@SpringBootTest
public class ProfitTest {
    @Autowired
    private AgentConsumer agentConsumer;
    @Autowired
    private IAgentService agentService;
    @Test
    public void dynamicProfit() {
        agentService.rankReturnMoney(7L);
    }
}