Skip to content

Commit

Permalink
Delete unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
csuwildcat committed Jan 30, 2024
1 parent 8fc5770 commit 2e03452
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/api/tests/record.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,18 +204,6 @@ describe('Record', () => {
const { status: updatedRecordToSelfStatus } = await updatedRecord!.send();
expect(updatedRecordToSelfStatus.code).to.equal(202);

// Confirm Bob can query his own remote DWN for the created record.
// const bobQueryResult = await dwnBob.records.query({
// from : bobDid.did,
// message : {
// filter: {
// schema: 'http://email-protocol.xyz/schema/email'
// }
// }
// });
// expect(bobQueryResult.status.code).to.equal(200);
// expect(bobQueryResult.records).to.exist;
// expect(bobQueryResult.records!.length).to.equal(1);
});

it('should retain all defined properties', async () => {
Expand Down

0 comments on commit 2e03452

Please sign in to comment.