Skip to content

Commit

Permalink
lint and remote exclusive test
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Oct 21, 2024
1 parent de78427 commit dc6ced8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/api/tests/record.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (!globalThis.crypto) globalThis.crypto = webcrypto;

let testDwnUrls: string[] = [testDwnUrl];

describe.only('Record', () => {
describe('Record', () => {
let dataText: string;
let dataBlob: Blob;
let dataFormat: string;
Expand Down Expand Up @@ -2765,8 +2765,8 @@ describe.only('Record', () => {
expect(updateEmailSendStatus.code).to.equal(202);

let readResult = await dwnAlice.records.read({
from: aliceDid.uri,
message: {
from : aliceDid.uri,
message : {
filter: {
recordId: emailRecord.id
}
Expand Down

0 comments on commit dc6ced8

Please sign in to comment.