Skip to content

Commit

Permalink
fix ipfs schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Jan 10, 2024
1 parent 280379f commit f509221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('schema loader', () => {
const loader = getDocumentLoader({
ipfsNodeURL: connectionString
});
const schemaResult = (await loader('ipfs://QmP8NrKqoBKjmKwMsC8pwBCBxXR2PhwSepwXx31gnJxAbP'))
const schemaResult = (await loader('ipfs://Qmb1Q5jLETkUkhswCVX52ntTCNQnRm3NyyGf1NZG98u5cv'))
.document;
expect(schemaResult).not.toBeNull();
expect(schemaResult).toBeDefined();
Expand Down

0 comments on commit f509221

Please sign in to comment.