Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Dec 18, 2023
1 parent c3c0246 commit 3c5538a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/cli/src/services/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { RoleService } from '@/services/role.service';
import { ApplicationError, ErrorReporterProxy as ErrorReporter } from 'n8n-workflow';
import type { UserRequest } from '@/requests';
import { InternalServerError } from '@/errors/response-errors/internal-server.error';
import { RoleRepository } from '@/databases/repositories/role.repository';

@Service()
export class UserService {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/test/integration/role.service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('RoleService', () => {
mock(),
);

testDb.truncate(['User']);
await testDb.truncate(['User']);
});

afterEach(async () => {
Expand Down

0 comments on commit 3c5538a

Please sign in to comment.