Skip to content

Commit

Permalink
fix some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EzzatOmar committed Oct 18, 2023
1 parent 7186db9 commit 4f36660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
TestApiClient,
UserAndAccountTestFactory,
} from '@shared/testing';
import { ServerTestModule } from '@src/modules/server';
import { ServerTestModule } from '@modules/server';
import { BoardContextResponse } from '../dto/board/board-context.reponse';

const baseRouteName = '/boards';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ import {
mapUserToCurrentUser,
userFactory,
} from '@shared/testing';
import { ICurrentUser } from '@src/modules/authentication';
import { JwtAuthGuard } from '@src/modules/authentication/guard/jwt-auth.guard';
import { ServerTestModule } from '@src/modules/server/server.module';
import { ICurrentUser, JwtAuthGuard } from '@modules/authentication';
import { ServerTestModule } from '@modules/server/server.module';
import { Request } from 'express';
import request from 'supertest';
import { BoardResponse } from '../dto';
Expand Down

0 comments on commit 4f36660

Please sign in to comment.