Skip to content

Commit

Permalink
fix: test service DID
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 11, 2024
1 parent 471a8b5 commit 2a07267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-api/test/helpers/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const createContext = async (
const signer = await Signer.generate()
const aggregatorSigner = await Signer.generate()
const dealTrackerSigner = await Signer.generate()
const id = signer.withDID('did:web:test.storacha.network')
const id = signer.withDID('did:web:test.upload.storacha.network')

const service = getMockService()
const dealTrackerConnection = getConnection(
Expand Down

0 comments on commit 2a07267

Please sign in to comment.