File tree Expand file tree Collapse file tree
src/backend/tests/test-data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const prismaTeam1: Prisma.TeamGetPayload<typeof teamQueryArgs> = {
1919 members : [ aquaman ] ,
2020 leads : [ wonderwoman , alfred ] ,
2121 dateArchived : new Date ( '12/15/1985' ) ,
22- userId : 3
22+ userArchivedId : 3
2323} ;
2424
2525export const primsaTeam2 : Prisma . TeamGetPayload < typeof teamQueryArgs > = {
@@ -33,7 +33,7 @@ export const primsaTeam2: Prisma.TeamGetPayload<typeof teamQueryArgs> = {
3333 members : [ ] ,
3434 leads : [ ] ,
3535 dateArchived : new Date ( '12/02/2002' ) ,
36- userId : null
36+ userArchivedId : null
3737} ;
3838
3939export const sharedTeam1 : SharedTeam = {
@@ -58,5 +58,5 @@ export const justiceLeague: Prisma.TeamGetPayload<typeof teamQueryArgs> = {
5858 members : [ aquaman , theVisitor ] ,
5959 leads : [ wonderwoman ] ,
6060 dateArchived : null ,
61- userId : null
61+ userArchivedId : null
6262} ;
You can’t perform that action at this time.
0 commit comments