This commit is contained in:
jack ning
2025-03-08 22:46:58 +08:00
parent f5ca2a24eb
commit c852e05ceb
89 changed files with 1206 additions and 194 deletions

View File

@@ -22,7 +22,7 @@ import org.mockito.junit.jupiter.MockitoExtension;
import com.bytedesk.core.rbac.auth.AuthService;
import com.bytedesk.core.rbac.organization.OrganizationRepository;
import com.bytedesk.core.rbac.organization.OrganizationService;
import com.bytedesk.core.rbac.organization.OrganizationRestService;
@ExtendWith(MockitoExtension.class)
public class OrganizationServiceTests {
@@ -34,7 +34,7 @@ public class OrganizationServiceTests {
private OrganizationRepository organizationRepository;
@InjectMocks
private OrganizationService organizationService;
private OrganizationRestService organizationService;
@BeforeEach
public void setUp() {