Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Oct 11, 2023
1 parent 8ec2979 commit d6b121d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/JsonLdParser-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ describe('JsonLdParser', () => {
"credentialSubject": {
"@id": "https://some.requestor",
},
"ty":
"ty":
"VerifiableCredential"

}));
return expect(await arrayifyStream(stream.pipe(parser))).toBeRdfIsomorphic([
DF.quad(DF.namedNode("https://some.credential"), DF.namedNode('https://www.w3.org/2018/credentials#credentialSubject'), DF.namedNode('https://some.requestor')),
Expand Down Expand Up @@ -13690,9 +13690,9 @@ describe('JsonLdParser', () => {
"credentialSubject": {
"@id": "https://some.requestor",
},
"ty":
"ty":
"VerifiableCredential"

}));
return expect(await arrayifyStream(stream.pipe(parser))).toBeRdfIsomorphic([
DF.quad(DF.namedNode("https://some.credential"), DF.namedNode('https://www.w3.org/2018/credentials#credentialSubject'), DF.namedNode('https://some.requestor')),
Expand Down

0 comments on commit d6b121d

Please sign in to comment.