Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 11, 2024
1 parent df59407 commit 471a8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w3up-client/test/client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ export const testClient = {
defaultProvider: {
'should return the connection ID': async (assert) => {
const alice = new Client(await AgentData.create())
assert.equal(alice.defaultProvider(), 'did:web:storacha.network')
assert.equal(alice.defaultProvider(), 'did:web:upload.storacha.network')
},
},

Expand Down

0 comments on commit 471a8b5

Please sign in to comment.