提交 4374e3c4 authored 作者: 000516's avatar 000516

删除单元测试

上级 1ee0fee3
package com.sfa.job.domain.ls;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import static org.junit.Assert.*;
/**
* @author : liqiulin
* @date : 2025-11-27 18
* @describe :
*/
@RunWith(SpringRunner.class)
@SpringBootTest
public class LsDisStoreDaoImplTest {
@Autowired
private LsDisStoreDaoImpl lsDisStoreDaoImpl;
@Test
public void baiduAddress() {
Long ldsId = 0L;
lsDisStoreDaoImpl.baiduAddress(ldsId);
}
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论