Skip to content

Commit c6044df

Browse files
committed
Merge branch 'main' into feat/storage-interface
2 parents beca4d6 + 2570af8 commit c6044df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- main
1111
jobs:
12-
cicd:
12+
test:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3

test/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('Saturn client', () => {
7676
await assert.rejects(client.fetchContentBuffer(TEST_CID, { connectTimeout: 1 }))
7777

7878
const log = client.logs.pop()
79-
assert.strictEqual(log.ifNetworkError, 'This operation was aborted')
79+
assert.strictEqual(log.error, 'This operation was aborted')
8080
})
8181
})
8282
})

0 commit comments

Comments
 (0)