Skip to content

Commit

Permalink
Update app.controller.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nayr974 committed Jan 7, 2025
1 parent e18b27e commit abf6341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Test, TestingModule } from "@nestjs/testing";
import { AppController } from "./app.controller";
import { AppService } from "./app.service";
import { DataSource } from "typeorm";
import { dataSourceMockFactory } from "../../../test/mocks/datasource";
import { dataSourceMockFactory } from "../test/mocks/datasource";

describe("AppController", () => {
let appController: AppController;
Expand Down

0 comments on commit abf6341

Please sign in to comment.