修复迁移后错误

This commit is contained in:
万物街
2025-09-11 22:06:19 +08:00
parent 7a20a0c50a
commit 6a3b302e69
193 changed files with 11792 additions and 1268 deletions

View File

@@ -1,7 +1,7 @@
import { Test, TestingModule } from '@nestjs/testing';
import { getRepositoryToken } from '@nestjs/typeorm';
import { Repository, DataSource } from 'typeorm';
import { IndexManagerService } from '../../src/core/database/index-manager.service';
import { IndexManagerService } from '../../src/core/database/indexManagerService';
/**
* IndexManagerService 单元测试

View File

@@ -1,6 +1,6 @@
import { Test, TestingModule } from '@nestjs/testing';
import { DataSource } from 'typeorm';
import { PerformanceMonitorService } from '../../src/core/database/performance-monitor.service';
import { PerformanceMonitorService } from '../../src/core/database/performanceMonitorService';
/**
* PerformanceMonitorService 单元测试