|
|
@@ -5,8 +5,6 @@ import org.junit.jupiter.api.Test;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
|
|
-import static org.junit.jupiter.api.Assertions.*;
|
|
|
-
|
|
|
/**
|
|
|
* @description:TODO
|
|
|
* @author: phoenix
|
|
|
@@ -21,6 +19,6 @@ class WfTextbookRecedeServiceImplTest {
|
|
|
|
|
|
@Test
|
|
|
void dataHandle() {
|
|
|
- wfTextbookRecedeService.dataHandle(1739838239871660032L);
|
|
|
+ wfTextbookRecedeService.dataHandle(1743226403487281152L);
|
|
|
}
|
|
|
}
|