Skip to content

Commit

Permalink
test: remove expand field of patient
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Nov 5, 2023
1 parent 2f7c950 commit 04de642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/patient.mongo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ describe("Patient MongoDB and DicomJsonModel", async() => {
let docObj = findDoc.toObject();
delete docObj._id;
delete docObj.id;
delete docObj.deleteStatus;
delete docObj.createdAt;
delete docObj.updatedAt;

expect(docObj).to.deep.equal(fakePatientData);
});
Expand Down

0 comments on commit 04de642

Please sign in to comment.