修复迁移后错误
This commit is contained in:
@@ -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 单元测试
|
||||
|
||||
@@ -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 单元测试
|
||||
|
||||
Reference in New Issue
Block a user