Skip to content

Commit

Permalink
Merge branch 'main' into test-graphsync-retrievals
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Mar 7, 2024
2 parents 4d7600e + e008f78 commit 9fc0d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ test('retrieval check for our CID', async () => {
const assertProp = (prop, expectedValue) => assertEquals(m[prop], expectedValue, prop)

assertProp('cid', KNOWN_CID)
// TODO - spark-api does not record this field yet
// assertProp('indexerResult', 'OK')
assertProp('indexerResult', 'OK')
assertProp('providerAddress', '/dns/frisbii.fly.dev/tcp/443/https')
assertProp('protocol', 'http')
assertProp('timeout', false)
Expand Down

0 comments on commit 9fc0d13

Please sign in to comment.