Commit efef380a by huluobin

update

parent cc6d5651
package com.gogirl.infrastructure.schedule;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
......@@ -25,14 +24,5 @@ public class ScheduleTest {
@Autowired
Schedule schedule;
@Test
public void setChargeReferees() {
for (int i = 7; i < 10; i++) {
schedule.setChargeReferees("2020-10-0" + i);
}
for (int i = 10; i < 20; i++) {
schedule.setChargeReferees("2020-10-" + i);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment