Skip to content

Commit

Permalink
#2313 fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
bracyw committed Jun 9, 2024
1 parent 584c1fa commit b5e262d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/tests/unmocked/design-review.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { AccessDeniedException } from '../../src/utils/errors.utils';
import { createTestDesignReview, createTestUser, resetUsers } from '../test-utils';
import prisma from '../../src/prisma/prisma';
import { assert } from 'console';
import { Design_Review } from '@prisma/client';
import { DesignReview, DesignReviewStatus } from 'shared';

describe('Design Reviews', () => {
Expand Down

0 comments on commit b5e262d

Please sign in to comment.