Skip to content

Commit 77339a2

Browse files
committed
fixed an error
1 parent 331470b commit 77339a2

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/backend/tests/reimbursement-requests.test.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,7 @@ import {
2323
sharedGiveMeMyMoney,
2424
KFC
2525
} from './test-data/reimbursement-requests.test-data';
26-
import {
27-
alfred,
28-
batman,
29-
flash,
30-
sharedBatman,
31-
superman,
32-
wonderwoman,
33-
theVisitor,
34-
alfredGuest
35-
} from './test-data/users.test-data';
26+
import { alfred, batman, flash, sharedBatman, superman, wonderwoman, theVisitor } from './test-data/users.test-data';
3627
import reimbursementRequestQueryArgs from '../src/prisma-query-args/reimbursement-requests.query-args';
3728
import { Prisma, Reimbursement_Status_Type } from '@prisma/client';
3829
import {

0 commit comments

Comments
 (0)