Refactor import paths for PaymentsService to improve module organization
This commit is contained in:
parent
fefa4e2995
commit
04b874a3a2
@ -1,6 +1,6 @@
|
||||
import { Test, TestingModule } from '@nestjs/testing';
|
||||
import { PaymentsController } from '../payments.controller';
|
||||
import { PaymentsService } from '../payments.service';
|
||||
import { PaymentsService } from '../services/payments.service';
|
||||
|
||||
describe('PaymentsController', () => {
|
||||
let controller: PaymentsController;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import { Test, TestingModule } from '@nestjs/testing';
|
||||
import { PaymentsService } from '../payments.service';
|
||||
import { PaymentsService } from '../services/payments.service';
|
||||
|
||||
describe('PaymentsService', () => {
|
||||
let service: PaymentsService;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user