src/test/kotlin/cn/flightfeather/supervision/lightshare/service/impl/UserinfoServiceImplTest.kt
@@ -33,6 +33,7 @@
    @Test
    fun autoCreateMap() {
        userMapService.autoCreateMap()
        val user = userinfoService.findOne("58G5NHgRc1TjDTAH")
        userMapService.autoCreateMap(listOf(user))
    }
}