Skip to content

Commit

Permalink
fix(integration): fix failing integration test location
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Oct 25, 2020
1 parent b33f809 commit 270dd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/src/nested-module/app.controller.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Controller, Get } from '@nestjs/common';
import { AppService } from '../../../benchmarks/interceptor/dist/app.service';
import { AppService } from './app.service';

@Controller()
export class AppController {
Expand Down

0 comments on commit 270dd0e

Please sign in to comment.