Skip to content

Commit

Permalink
fix upsert_test
Browse files Browse the repository at this point in the history
  • Loading branch information
karngyan committed Dec 21, 2024
1 parent 4d1e637 commit 3727f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@
"dom": "some text"
},
"created": 1234567890,
"createdBy": {
"created": 1234567890,
"defaultWorkspaceId": 1,
"email": "[email protected]",
"id": 1,
"name": "Karn",
"role": "admin",
"updated": 1234567890,
"verified": false
},
"createdById": 1,
"favorite": true,
"hasAudios": false,
"hasClosedTasks": false,
Expand All @@ -29,16 +20,7 @@
"id": 1,
"trashed": false,
"updated": 9999999999,
"updatedBy": {
"created": 1234567890,
"defaultWorkspaceId": 1,
"email": "[email protected]",
"id": 1,
"name": "Karn",
"role": "admin",
"updated": 1234567890,
"verified": false
},
"updatedById": 1,
"uuid": "123",
"workspaceId": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@
"dom": "some text"
},
"created": 1234567890,
"createdBy": {
"created": 1234567890,
"defaultWorkspaceId": 1,
"email": "[email protected]",
"id": 1,
"name": "Karn",
"role": "admin",
"updated": 1234567890,
"verified": false
},
"createdById": 1,
"favorite": true,
"hasAudios": true,
"hasClosedTasks": true,
Expand All @@ -29,16 +20,7 @@
"id": 1,
"trashed": false,
"updated": 1234567890,
"updatedBy": {
"created": 1234567890,
"defaultWorkspaceId": 1,
"email": "[email protected]",
"id": 1,
"name": "Karn",
"role": "admin",
"updated": 1234567890,
"verified": false
},
"updatedById": 1,
"uuid": "123",
"workspaceId": 1
}
Expand Down

0 comments on commit 3727f27

Please sign in to comment.