We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents beca4d6 + 2570af8 commit c6044dfCopy full SHA for c6044df
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
branches:
10
- main
11
jobs:
12
- cicd:
+ test:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
test/index.spec.js
@@ -76,7 +76,7 @@ describe('Saturn client', () => {
76
await assert.rejects(client.fetchContentBuffer(TEST_CID, { connectTimeout: 1 }))
77
78
const log = client.logs.pop()
79
- assert.strictEqual(log.ifNetworkError, 'This operation was aborted')
+ assert.strictEqual(log.error, 'This operation was aborted')
80
})
81
82
0 commit comments